#976932

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

Shades of Buttered Rum #976932

Tints of Buttered Rum #976932

Color information

#976932 (or 0x976932) is unknown color: approx Buttered Rum. HEX triplet: 97, 69 and 32. RGB value is (151,105,50). Sum of RGB (Red+Green+Blue) = 151+105+50=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #976932 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976932 is #6896CD. Grayscale: #707070. Windows color (decimal): -6854350 or 3303831. OLE color: 3303831.

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

Color convert

RGB15110550-
CMYK00.300.670.41
HSL32.67º50.25%39.41%-
HSV(B)32.67º66.89%59.22%-
XYZ18.3916.915.31-
YUV112.4892.74155.47-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 105 (41.41% from 255) = 34.31%
BLUE value IS 50 (19.92% from 255) = 16.34%
R=49.35%
G=34.31%
B=16.34%

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
Decimal1511055000.300.670.4132.6750.2539.41
Hex97693201E4329213227
Octal2271516203610351416247
Binary1001011111010011100100111101000011101001100001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976932; }

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

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

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

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

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

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

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

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