#976C29

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

Shades of Buttered Rum #976C29

Tints of Buttered Rum #976C29

Color information

#976C29 (or 0x976C29) is unknown color: approx Buttered Rum. HEX triplet: 97, 6C and 29. RGB value is (151,108,41). Sum of RGB (Red+Green+Blue) = 151+108+41=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #976C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C29 is #6893D6. Grayscale: #717171. Windows color (decimal): -6853591 or 2714775. OLE color: 2714775.

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

Color convert

RGB15110841-
CMYK00.280.730.41
HSL36.55º57.29%37.65%-
HSV(B)36.55º72.85%59.22%-
XYZ18.5317.464.49-
YUV113.2287.25154.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 108 (42.58% from 255) = 36%
BLUE value IS 41 (16.41% from 255) = 13.67%
R=50.33%
G=36%
B=13.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511084100.280.730.4136.5557.2937.65
Hex976C2901C4929253926
Octal2271545103411151457146
Binary1001011111011001010010111001001001101001100101111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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