#996D36

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

Shades of Buttered Rum #996D36

Tints of Buttered Rum #996D36

Color information

#996D36 (or 0x996D36) is unknown color: approx Buttered Rum. HEX triplet: 99, 6D and 36. RGB value is (153,109,54). Sum of RGB (Red+Green+Blue) = 153+109+54=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #996D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D36 is #6692C9. Grayscale: #747474. Windows color (decimal): -6722250 or 3567001. OLE color: 3567001.

HSL color Cylindrical-coordinate representation of color #996D36: hue angle of 33.33º 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 #996D36 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB15310954-
CMYK00.290.650.4
HSL33.33º47.83%40.59%-
HSV(B)33.33º64.71%60%-
XYZ19.2717.985.94-
YUV115.8993.08154.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.42%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=48.42%
G=34.49%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531095400.290.650.433.3347.8340.59
Hex996D3601D4128213029
Octal2311556603510150416051
Binary1001100111011011101100111011000001101000100001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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