#966F28

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

Shades of Buttered Rum #966F28

Tints of Buttered Rum #966F28

Color information

#966F28 (or 0x966F28) is unknown color: approx Buttered Rum. HEX triplet: 96, 6F and 28. RGB value is (150,111,40). Sum of RGB (Red+Green+Blue) = 150+111+40=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 111 (43.75% from 255 or 36.88% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F28 is #6990D7. Grayscale: #727272. Windows color (decimal): -6918360 or 2650006. OLE color: 2650006.

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

Color convert

RGB15011140-
CMYK00.260.730.41
HSL38.73º57.89%37.25%-
HSV(B)38.73º73.33%58.82%-
XYZ18.6518.014.5-
YUV114.5785.92153.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 111 (43.75% from 255) = 36.88%
BLUE value IS 40 (16.02% from 255) = 13.29%
R=49.83%
G=36.88%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501114000.260.730.4138.7357.8937.25
Hex966F2801A4929273a25
Octal2261575003211151477245
Binary1001011011011111010000110101001001101001100111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,111,40); }

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

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

 a { background-color: rgb(150,111,40); }

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

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

 span { border-color: rgb(150,111,40); }

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