#976E27

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

Shades of Buttered Rum #976E27

Tints of Buttered Rum #976E27

Color information

#976E27 (or 0x976E27) is unknown color: approx Buttered Rum. HEX triplet: 97, 6E and 27. RGB value is (151,110,39). Sum of RGB (Red+Green+Blue) = 151+110+39=300 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 39 (15.62% from 255 or 13% from 300); Max value from RGB is 151 - color contains mainly: red. Hex color #976E27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E27 is #6891D8. Grayscale: #727272. Windows color (decimal): -6853081 or 2584215. OLE color: 2584215.

HSL color Cylindrical-coordinate representation of color #976E27: hue angle of 38.04º degrees, saturation: 0.59, 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 #976E27 is Cyan = 0, Magento = 0.27, Yellow = 0.74 and Black (K on CMYK) = 0.41.

Color convert

RGB15111039-
CMYK00.270.740.41
HSL38.04º58.95%37.25%-
HSV(B)38.04º74.17%59.22%-
XYZ18.717.884.38-
YUV114.1685.58154.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 50.33%
GREEN value IS 110 (43.36% from 255) = 36.67%
BLUE value IS 39 (15.62% from 255) = 13%
R=50.33%
G=36.67%
B=13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511103900.270.740.4138.0458.9537.25
Hex976E2701B4A29263b25
Octal2271564703311251467345
Binary1001011111011101001110110111001010101001100110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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