#9B6A31

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

Shades of Buttered Rum #9B6A31

Tints of Buttered Rum #9B6A31

Color information

#9B6A31 (or 0x9B6A31) is unknown color: approx Buttered Rum. HEX triplet: 9B, 6A and 31. RGB value is (155,106,49). Sum of RGB (Red+Green+Blue) = 155+106+49=310 (41% of max value = 765). Red value is 155 (60.94% from 255 or 50% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B6A31 is #6495CE. Grayscale: #727272. Windows color (decimal): -6591951 or 3238555. OLE color: 3238555.

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

Color convert

RGB15510649-
CMYK00.320.680.39
HSL32.26º51.96%40%-
HSV(B)32.26º68.39%60.78%-
XYZ19.2317.55.27-
YUV114.1591.23157.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 50%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 49 (19.53% from 255) = 15.81%
R=50%
G=34.19%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551064900.320.680.3932.2651.9640
Hex9B6A310204427203428
Octal2331526104010447406450
Binary10011011110101011000101000001000100100111100000110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,106,49); }

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

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

 a { background-color: rgb(155,106,49); }

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

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

 span { border-color: rgb(155,106,49); }

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