#996E36

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

Shades of Buttered Rum #996E36

Tints of Buttered Rum #996E36

Color information

#996E36 (or 0x996E36) is unknown color: approx Buttered Rum. HEX triplet: 99, 6E and 36. RGB value is (153,110,54). Sum of RGB (Red+Green+Blue) = 153+110+54=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #996E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E36 is #6691C9. Grayscale: #747474. Windows color (decimal): -6721994 or 3567257. OLE color: 3567257.

HSL color Cylindrical-coordinate representation of color #996E36: hue angle of 33.94º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #996E36 is Cyan = 0, Magento = 0.28, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB15311054-
CMYK00.280.650.4
HSL33.94º47.83%40.59%-
HSV(B)33.94º64.71%60%-
XYZ19.3818.195.98-
YUV116.4792.75154.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.26%
GREEN value IS 110 (43.36% from 255) = 34.70%
BLUE value IS 54 (21.48% from 255) = 17.03%
R=48.26%
G=34.70%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531105400.280.650.433.9447.8340.59
Hex996E3601C4128223029
Octal2311566603410150426051
Binary1001100111011101101100111001000001101000100010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996E36; }

 p { color: rgb(153,110,54); }

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

<style>
 a { background-color: #996E36; }

 a { background-color: rgb(153,110,54); }

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

<style>
 span { border-color: #996E36; }

 span { border-color: rgb(153,110,54); }

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