#966E33

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

Shades of Buttered Rum #966E33

Tints of Buttered Rum #966E33

Color information

#966E33 (or 0x966E33) is unknown color: approx Buttered Rum. HEX triplet: 96, 6E and 33. RGB value is (150,110,51). Sum of RGB (Red+Green+Blue) = 150+110+51=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 51 (20.31% from 255 or 16.40% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #966E33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966E33 is #6991CC. Grayscale: #737373. Windows color (decimal): -6918605 or 3370646. OLE color: 3370646.

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

Color convert

RGB15011051-
CMYK00.270.660.41
HSL35.76º49.25%39.41%-
HSV(B)35.76º66%58.82%-
XYZ18.7517.875.59-
YUV115.2391.75152.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 110 (43.36% from 255) = 35.37%
BLUE value IS 51 (20.31% from 255) = 16.40%
R=48.23%
G=35.37%
B=16.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501105100.270.660.4135.7649.2539.41
Hex966E3301B4229243127
Octal2261566303310251446147
Binary1001011011011101100110110111000010101001100100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,110,51); }

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

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

 a { background-color: rgb(150,110,51); }

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

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

 span { border-color: rgb(150,110,51); }

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