#996E33

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

Shades of Buttered Rum #996E33

Tints of Buttered Rum #996E33

Color information

#996E33 (or 0x996E33) is unknown color: approx Buttered Rum. HEX triplet: 99, 6E and 33. RGB value is (153,110,51). Sum of RGB (Red+Green+Blue) = 153+110+51=314 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.73% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 153 - color contains mainly: red. Hex color #996E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E33 is #6691CC. Grayscale: #747474. Windows color (decimal): -6721997 or 3370649. OLE color: 3370649.

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

Color convert

RGB15311051-
CMYK00.280.670.4
HSL34.71º50%40%-
HSV(B)34.71º66.67%60%-
XYZ19.3118.165.62-
YUV116.1391.25154.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.73%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=48.73%
G=35.03%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531105100.280.670.434.715040
Hex996E3301C4328233228
Octal2311566303410350436250
Binary1001100111011101100110111001000011101000100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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