#976A32

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

Shades of Buttered Rum #976A32

Tints of Buttered Rum #976A32

Color information

#976A32 (or 0x976A32) is unknown color: approx Buttered Rum. HEX triplet: 97, 6A and 32. RGB value is (151,106,50). Sum of RGB (Red+Green+Blue) = 151+106+50=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 106 (41.80% from 255 or 34.53% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #976A32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976A32 is #6895CD. Grayscale: #717171. Windows color (decimal): -6854094 or 3304087. OLE color: 3304087.

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

Color convert

RGB15110650-
CMYK00.300.670.41
HSL33.27º50.25%39.41%-
HSV(B)33.27º66.89%59.22%-
XYZ18.4917.125.35-
YUV113.0792.41155.05-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 106 (41.80% from 255) = 34.53%
BLUE value IS 50 (19.92% from 255) = 16.29%
R=49.19%
G=34.53%
B=16.29%

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
Decimal1511065000.300.670.4133.2750.2539.41
Hex976A3201E4329213227
Octal2271526203610351416247
Binary1001011111010101100100111101000011101001100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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