#966C29

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

Shades of Buttered Rum #966C29

Tints of Buttered Rum #966C29

Color information

#966C29 (or 0x966C29) is unknown color: approx Buttered Rum. HEX triplet: 96, 6C and 29. RGB value is (150,108,41). Sum of RGB (Red+Green+Blue) = 150+108+41=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #966C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966C29 is #6993D6. Grayscale: #717171. Windows color (decimal): -6919127 or 2714774. OLE color: 2714774.

HSL color Cylindrical-coordinate representation of color #966C29: hue angle of 36.88º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #966C29 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15010841-
CMYK00.280.730.41
HSL36.88º57.07%37.45%-
HSV(B)36.88º72.67%58.82%-
XYZ18.3417.374.48-
YUV112.9287.41154.45-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 41 (16.41% from 255) = 13.71%
R=50.17%
G=36.12%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501084100.280.730.4136.8857.0737.45
Hex966C2901C4929253925
Octal2261545103411151457145
Binary1001011011011001010010111001001001101001100101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966C29; }

 p { color: rgb(150,108,41); }

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

<style>
 a { background-color: #966C29; }

 a { background-color: rgb(150,108,41); }

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

<style>
 span { border-color: #966C29; }

 span { border-color: rgb(150,108,41); }

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