#996B33

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

Shades of Buttered Rum #996B33

Tints of Buttered Rum #996B33

Color information

#996B33 (or 0x996B33) is unknown color: approx Buttered Rum. HEX triplet: 99, 6B and 33. RGB value is (153,107,51). Sum of RGB (Red+Green+Blue) = 153+107+51=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #996B33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996B33 is #6694CC. Grayscale: #727272. Windows color (decimal): -6722765 or 3369881. OLE color: 3369881.

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

Color convert

RGB15310751-
CMYK00.300.670.4
HSL32.94º50%40%-
HSV(B)32.94º66.67%60%-
XYZ18.9917.535.51-
YUV114.3792.24155.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.20%
GREEN value IS 107 (42.19% from 255) = 34.41%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=49.20%
G=34.41%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531075100.300.670.432.945040
Hex996B3301E4328213228
Octal2311536303610350416250
Binary1001100111010111100110111101000011101000100001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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