#966932

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

Shades of Buttered Rum #966932

Tints of Buttered Rum #966932

Color information

#966932 (or 0x966932) is unknown color: approx Buttered Rum. HEX triplet: 96, 69 and 32. RGB value is (150,105,50). Sum of RGB (Red+Green+Blue) = 150+105+50=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #966932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966932 is #6996CD. Grayscale: #707070. Windows color (decimal): -6919886 or 3303830. OLE color: 3303830.

HSL color Cylindrical-coordinate representation of color #966932: hue angle of 33º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #966932 is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB15010550-
CMYK00.300.670.41
HSL33º50%39.22%-
HSV(B)33º66.67%58.82%-
XYZ18.216.825.3-
YUV112.1892.91154.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 105 (41.41% from 255) = 34.43%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=49.18%
G=34.43%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501055000.300.670.41335039.22
Hex96693201E4329213227
Octal2261516203610351416247
Binary1001011011010011100100111101000011101001100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966932; }

 p { color: rgb(150,105,50); }

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

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

 a { background-color: rgb(150,105,50); }

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

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

 span { border-color: rgb(150,105,50); }

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