#976E34

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

Shades of Buttered Rum #976E34

Tints of Buttered Rum #976E34

Color information

#976E34 (or 0x976E34) is unknown color: approx Buttered Rum. HEX triplet: 97, 6E and 34. RGB value is (151,110,52). Sum of RGB (Red+Green+Blue) = 151+110+52=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #976E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E34 is #6891CB. Grayscale: #737373. Windows color (decimal): -6853068 or 3436183. OLE color: 3436183.

HSL color Cylindrical-coordinate representation of color #976E34: hue angle of 35.15º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #976E34 is Cyan = 0, Magento = 0.27, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB15111052-
CMYK00.270.660.41
HSL35.15º48.77%39.8%-
HSV(B)35.15º65.56%59.22%-
XYZ18.9617.985.72-
YUV115.6592.08153.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.24%
GREEN value IS 110 (43.36% from 255) = 35.14%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=48.24%
G=35.14%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511105200.270.660.4135.1548.7739.8
Hex976E3401B4229233128
Octal2271566403310251436150
Binary1001011111011101101000110111000010101001100011110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,110,52); }

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

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

 a { background-color: rgb(151,110,52); }

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

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

 span { border-color: rgb(151,110,52); }

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