#996A33

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

Shades of Buttered Rum #996A33

Tints of Buttered Rum #996A33

Color information

#996A33 (or 0x996A33) is unknown color: approx Buttered Rum. HEX triplet: 99, 6A and 33. RGB value is (153,106,51). Sum of RGB (Red+Green+Blue) = 153+106+51=310 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.35% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 51 (20.31% from 255 or 16.45% from 310); Max value from RGB is 153 - color contains mainly: red. Hex color #996A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A33 is #6695CC. Grayscale: #727272. Windows color (decimal): -6723021 or 3369625. OLE color: 3369625.

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

Color convert

RGB15310651-
CMYK00.310.670.4
HSL32.35º50%40%-
HSV(B)32.35º66.67%60%-
XYZ18.8917.325.48-
YUV113.7892.57155.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.35%
GREEN value IS 106 (41.80% from 255) = 34.19%
BLUE value IS 51 (20.31% from 255) = 16.45%
R=49.35%
G=34.19%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531065100.310.670.432.355040
Hex996A3301F4328203228
Octal2311526303710350406250
Binary1001100111010101100110111111000011101000100000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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