#996E39

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

Shades of Buttered Rum #996E39

Tints of Buttered Rum #996E39

Color information

#996E39 (or 0x996E39) is unknown color: approx Buttered Rum. HEX triplet: 99, 6E and 39. RGB value is (153,110,57). Sum of RGB (Red+Green+Blue) = 153+110+57=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #996E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E39 is #6691C6. Grayscale: #757575. Windows color (decimal): -6721991 or 3763865. OLE color: 3763865.

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

Color convert

RGB15311057-
CMYK00.280.630.4
HSL33.12º45.71%41.18%-
HSV(B)33.12º62.75%60%-
XYZ19.4518.226.36-
YUV116.8294.25153.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.81%
GREEN value IS 110 (43.36% from 255) = 34.38%
BLUE value IS 57 (22.66% from 255) = 17.81%
R=47.81%
G=34.38%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.63
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531105700.280.630.433.1245.7141.18
Hex996E3901C3F28212e29
Octal231156710347750415651
Binary100110011101110111001011100111111101000100001101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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