#966F36

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

Shades of Buttered Rum #966F36

Tints of Buttered Rum #966F36

Color information

#966F36 (or 0x966F36) is unknown color: approx Buttered Rum. HEX triplet: 96, 6F and 36. RGB value is (150,111,54). Sum of RGB (Red+Green+Blue) = 150+111+54=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #966F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F36 is #6990C9. Grayscale: #747474. Windows color (decimal): -6918346 or 3567510. OLE color: 3567510.

HSL color Cylindrical-coordinate representation of color #966F36: hue angle of 35.62º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #966F36 is Cyan = 0, Magento = 0.26, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB15011154-
CMYK00.260.640.41
HSL35.62º47.06%40%-
HSV(B)35.62º64%58.82%-
XYZ18.9318.125.99-
YUV116.1692.92152.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 47.62%
GREEN value IS 111 (43.75% from 255) = 35.24%
BLUE value IS 54 (21.48% from 255) = 17.14%
R=47.62%
G=35.24%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501115400.260.640.4135.6247.0640
Hex966F3601A4029242f28
Octal2261576603210051445750
Binary1001011011011111101100110101000000101001100100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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