#976C32

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

Shades of Buttered Rum #976C32

Tints of Buttered Rum #976C32

Color information

#976C32 (or 0x976C32) is unknown color: approx Buttered Rum. HEX triplet: 97, 6C and 32. RGB value is (151,108,50). Sum of RGB (Red+Green+Blue) = 151+108+50=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #976C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C32 is #6893CD. Grayscale: #727272. Windows color (decimal): -6853582 or 3304599. OLE color: 3304599.

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

Color convert

RGB15110850-
CMYK00.280.670.41
HSL34.46º50.25%39.41%-
HSV(B)34.46º66.89%59.22%-
XYZ18.717.535.42-
YUV114.2491.75154.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.87%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 50 (19.92% from 255) = 16.18%
R=48.87%
G=34.95%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511085000.280.670.4134.4650.2539.41
Hex976C3201C4329223227
Octal2271546203410351426247
Binary1001011111011001100100111001000011101001100010110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976C32; }

 p { color: rgb(151,108,50); }

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

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

 a { background-color: rgb(151,108,50); }

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

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

 span { border-color: rgb(151,108,50); }

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