#966B32

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

Shades of Buttered Rum #966B32

Tints of Buttered Rum #966B32

Color information

#966B32 (or 0x966B32) is unknown color: approx Buttered Rum. HEX triplet: 96, 6B and 32. RGB value is (150,107,50). Sum of RGB (Red+Green+Blue) = 150+107+50=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 107 (42.19% from 255 or 34.85% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #966B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966B32 is #6994CD. Grayscale: #717171. Windows color (decimal): -6919374 or 3304342. OLE color: 3304342.

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

Color convert

RGB15010750-
CMYK00.290.670.41
HSL34.2º50%39.22%-
HSV(B)34.2º66.67%58.82%-
XYZ18.4117.235.37-
YUV113.3692.25154.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 107 (42.19% from 255) = 34.85%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=48.86%
G=34.85%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501075000.290.670.4134.25039.22
Hex966B3201D4329223227
Octal2261536203510351426247
Binary1001011011010111100100111011000011101001100010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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