#996F33

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

Shades of Buttered Rum #996F33

Tints of Buttered Rum #996F33

Color information

#996F33 (or 0x996F33) is unknown color: approx Buttered Rum. HEX triplet: 99, 6F and 33. RGB value is (153,111,51). Sum of RGB (Red+Green+Blue) = 153+111+51=315 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.57% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 153 - color contains mainly: red. Hex color #996F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F33 is #6690CC. Grayscale: #747474. Windows color (decimal): -6721741 or 3370905. OLE color: 3370905.

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

Color convert

RGB15311151-
CMYK00.270.670.4
HSL35.29º50%40%-
HSV(B)35.29º66.67%60%-
XYZ19.4218.385.66-
YUV116.7290.91153.88-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 48.57%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 51 (20.31% from 255) = 16.19%
R=48.57%
G=35.24%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531115100.270.670.435.295040
Hex996F3301B4328233228
Octal2311576303310350436250
Binary1001100111011111100110110111000011101000100011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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