#966F33

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

Shades of Buttered Rum #966F33

Tints of Buttered Rum #966F33

Color information

#966F33 (or 0x966F33) is unknown color: approx Buttered Rum. HEX triplet: 96, 6F and 33. RGB value is (150,111,51). Sum of RGB (Red+Green+Blue) = 150+111+51=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #966F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966F33 is #6990CC. Grayscale: #747474. Windows color (decimal): -6918349 or 3370902. OLE color: 3370902.

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

Color convert

RGB15011151-
CMYK00.260.660.41
HSL36.36º49.25%39.41%-
HSV(B)36.36º66%58.82%-
XYZ18.8618.095.63-
YUV115.8291.42152.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 111 (43.75% from 255) = 35.58%
BLUE value IS 51 (20.31% from 255) = 16.35%
R=48.08%
G=35.58%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501115100.260.660.4136.3649.2539.41
Hex966F3301A4229243127
Octal2261576303210251446147
Binary1001011011011111100110110101000010101001100100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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