#9B6925

Color #9B6925 Buttered Rum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buttered Rum #9B6925

Tints of Buttered Rum #9B6925

Color information

#9B6925 (or 0x9B6925) is unknown color: approx Buttered Rum. HEX triplet: 9B, 69 and 25. RGB value is (155,105,37). Sum of RGB (Red+Green+Blue) = 155+105+37=297 (39% of max value = 765). Red value is 155 (60.94% from 255 or 52.19% from 297); Green value is 105 (41.41% from 255 or 35.35% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6925 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6925 is #6496DA. Grayscale: #707070. Windows color (decimal): -6592219 or 2451867. OLE color: 2451867.

HSL color Cylindrical-coordinate representation of color #9B6925: hue angle of 34.58º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B6925 is Cyan = 0, Magento = 0.32, Yellow = 0.76 and Black (K on CMYK) = 0.39.

Color convert

RGB15510537-
CMYK00.320.760.39
HSL34.58º61.46%37.65%-
HSV(B)34.58º76.13%60.78%-
XYZ18.917.214.07-
YUV112.285.56158.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 52.19%
GREEN value IS 105 (41.41% from 255) = 35.35%
BLUE value IS 37 (14.84% from 255) = 12.46%
R=52.19%
G=35.35%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551053700.320.760.3934.5861.4637.65
Hex9B69250204C27233d26
Octal2331514504011447437546
Binary10011011110100110010101000001001100100111100011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B6925; }

 p { color: rgb(155,105,37); }

 H1.HeaderClassName
 {
   color: #9B6925;
 }
 .AnyTagClassName
 {
   color: #9B6925;
 }
</style>
background-color css

<style>
 a { background-color: #9B6925; }

 a { background-color: rgb(155,105,37); }

 div.DivClassName
 {
   background-color: #9B6925;
 }
 .BgClassName
 {
   background-color: #9B6925;
 }
</style>
border-color css

<style>
 span { border-color: #9B6925; }

 span { border-color: rgb(155,105,37); }

 td.TdClassName
 {
   border-color: #9B6925;
 }
 .TagClassName
 {
   border-color: #9B6925;
 }
</style>