#966A29

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

Shades of Buttered Rum #966A29

Tints of Buttered Rum #966A29

Color information

#966A29 (or 0x966A29) is unknown color: approx Buttered Rum. HEX triplet: 96, 6A and 29. RGB value is (150,106,41). Sum of RGB (Red+Green+Blue) = 150+106+41=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #966A29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A29 is #6995D6. Grayscale: #707070. Windows color (decimal): -6919639 or 2714262. OLE color: 2714262.

HSL color Cylindrical-coordinate representation of color #966A29: hue angle of 35.78º 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 #966A29 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB15010641-
CMYK00.290.730.41
HSL35.78º57.07%37.45%-
HSV(B)35.78º72.67%58.82%-
XYZ18.1316.954.41-
YUV111.7588.08155.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 106 (41.80% from 255) = 35.69%
BLUE value IS 41 (16.41% from 255) = 13.80%
R=50.51%
G=35.69%
B=13.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501064100.290.730.4135.7857.0737.45
Hex966A2901D4929243925
Octal2261525103511151447145
Binary1001011011010101010010111011001001101001100100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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