#996C33

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

Shades of Buttered Rum #996C33

Tints of Buttered Rum #996C33

Color information

#996C33 (or 0x996C33) is unknown color: approx Buttered Rum. HEX triplet: 99, 6C and 33. RGB value is (153,108,51). Sum of RGB (Red+Green+Blue) = 153+108+51=312 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.04% from 312); Green value is 108 (42.58% from 255 or 34.62% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 153 - color contains mainly: red. Hex color #996C33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996C33 is #6693CC. Grayscale: #737373. Windows color (decimal): -6722509 or 3370137. OLE color: 3370137.

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

Color convert

RGB15310851-
CMYK00.290.670.4
HSL33.53º50%40%-
HSV(B)33.53º66.67%60%-
XYZ19.117.745.55-
YUV114.9691.91155.13-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 49.04%
GREEN value IS 108 (42.58% from 255) = 34.62%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=49.04%
G=34.62%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531085100.290.670.433.535040
Hex996C3301D4328223228
Octal2311546303510350426250
Binary1001100111011001100110111011000011101000100010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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