#966929

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

Shades of Buttered Rum #966929

Tints of Buttered Rum #966929

Color information

#966929 (or 0x966929) is unknown color: approx Buttered Rum. HEX triplet: 96, 69 and 29. RGB value is (150,105,41). Sum of RGB (Red+Green+Blue) = 150+105+41=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 41 (16.41% from 255 or 13.85% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #966929 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966929 is #6996D6. Grayscale: #6F6F6F. Windows color (decimal): -6919895 or 2714006. OLE color: 2714006.

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

Color convert

RGB15010541-
CMYK00.300.730.41
HSL35.23º57.07%37.45%-
HSV(B)35.23º72.67%58.82%-
XYZ18.0316.754.38-
YUV111.1688.41155.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 105 (41.41% from 255) = 35.47%
BLUE value IS 41 (16.41% from 255) = 13.85%
R=50.68%
G=35.47%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501054100.300.730.4135.2357.0737.45
Hex96692901E4929233925
Octal2261515103611151437145
Binary1001011011010011010010111101001001101001100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966929; }

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

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

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

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

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

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

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

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