#966A33

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

Shades of Buttered Rum #966A33

Tints of Buttered Rum #966A33

Color information

#966A33 (or 0x966A33) is unknown color: approx Buttered Rum. HEX triplet: 96, 6A and 33. RGB value is (150,106,51). Sum of RGB (Red+Green+Blue) = 150+106+51=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #966A33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966A33 is #6995CC. Grayscale: #717171. Windows color (decimal): -6919629 or 3369622. OLE color: 3369622.

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

Color convert

RGB15010651-
CMYK00.290.660.41
HSL33.33º49.25%39.41%-
HSV(B)33.33º66%58.82%-
XYZ18.3317.035.45-
YUV112.8993.08154.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=48.86%
G=34.53%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501065100.290.660.4133.3349.2539.41
Hex966A3301D4229213127
Octal2261526303510251416147
Binary1001011011010101100110111011000010101001100001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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