#976C28

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

Shades of Buttered Rum #976C28

Tints of Buttered Rum #976C28

Color information

#976C28 (or 0x976C28) is unknown color: approx Buttered Rum. HEX triplet: 97, 6C and 28. RGB value is (151,108,40). Sum of RGB (Red+Green+Blue) = 151+108+40=299 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.50% from 299); Green value is 108 (42.58% from 255 or 36.12% from 299); Blue value is 40 (16.02% from 255 or 13.38% from 299); Max value from RGB is 151 - color contains mainly: red. Hex color #976C28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C28 is #6893D7. Grayscale: #717171. Windows color (decimal): -6853592 or 2649239. OLE color: 2649239.

HSL color Cylindrical-coordinate representation of color #976C28: hue angle of 36.76º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #976C28 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB15110840-
CMYK00.280.740.41
HSL36.76º58.12%37.45%-
HSV(B)36.76º73.51%59.22%-
XYZ18.5117.464.4-
YUV113.186.75155.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.50%
GREEN value IS 108 (42.58% from 255) = 36.12%
BLUE value IS 40 (16.02% from 255) = 13.38%
R=50.50%
G=36.12%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511084000.280.740.4136.7658.1237.45
Hex976C2801C4A29253a25
Octal2271545003411251457245
Binary1001011111011001010000111001001010101001100101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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