#966D2A

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

Shades of Buttered Rum #966D2A

Tints of Buttered Rum #966D2A

Color information

#966D2A (or 0x966D2A) is unknown color: approx Buttered Rum. HEX triplet: 96, 6D and 2A. RGB value is (150,109,42). Sum of RGB (Red+Green+Blue) = 150+109+42=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #966D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966D2A is #6992D5. Grayscale: #717171. Windows color (decimal): -6918870 or 2780566. OLE color: 2780566.

HSL color Cylindrical-coordinate representation of color #966D2A: hue angle of 37.22º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #966D2A is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB15010942-
CMYK00.270.720.41
HSL37.22º56.25%37.65%-
HSV(B)37.22º72%58.82%-
XYZ18.4617.594.61-
YUV113.6287.58153.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 109 (42.97% from 255) = 36.21%
BLUE value IS 42 (16.80% from 255) = 13.95%
R=49.83%
G=36.21%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.72
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501094200.270.720.4137.2256.2537.65
Hex966D2A01B4829253826
Octal2261555203311051457046
Binary1001011011011011010100110111001000101001100101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,109,42); }

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

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

 a { background-color: rgb(150,109,42); }

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

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

 span { border-color: rgb(150,109,42); }

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