#9B6E3B

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

Shades of Buttered Rum #9B6E3B

Tints of Buttered Rum #9B6E3B

Color information

#9B6E3B (or 0x9B6E3B) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6E and 3B. RGB value is (155,110,59). Sum of RGB (Red+Green+Blue) = 155+110+59=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 59 (23.44% from 255 or 18.21% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6E3B is #6491C4. Grayscale: #757575. Windows color (decimal): -6590917 or 3894939. OLE color: 3894939.

HSL color Cylindrical-coordinate representation of color #9B6E3B: hue angle of 31.87º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9B6E3B is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.39.

Color convert

RGB15511059-
CMYK00.290.620.39
HSL31.87º44.86%41.96%-
HSV(B)31.87º61.94%60.78%-
XYZ19.8818.446.65-
YUV117.6494.91154.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 110 (43.36% from 255) = 33.95%
BLUE value IS 59 (23.44% from 255) = 18.21%
R=47.84%
G=33.95%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551105900.290.620.3931.8744.8641.96
Hex9B6E3B01D3E27202d2a
Octal233156730357647405552
Binary100110111101110111011011101111110100111100000101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,110,59); }

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

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

 a { background-color: rgb(155,110,59); }

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

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

 span { border-color: rgb(155,110,59); }

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