#976E2E

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

Shades of Buttered Rum #976E2E

Tints of Buttered Rum #976E2E

Color information

#976E2E (or 0x976E2E) is unknown color: approx Buttered Rum. HEX triplet: 97, 6E and 2E. RGB value is (151,110,46). Sum of RGB (Red+Green+Blue) = 151+110+46=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 110 (43.36% from 255 or 35.83% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #976E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E2E is #6891D1. Grayscale: #737373. Windows color (decimal): -6853074 or 3042967. OLE color: 3042967.

HSL color Cylindrical-coordinate representation of color #976E2E: hue angle of 36.57º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #976E2E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15111046-
CMYK00.270.700.41
HSL36.57º53.3%38.63%-
HSV(B)36.57º69.54%59.22%-
XYZ18.8317.935.05-
YUV114.9689.08153.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 110 (43.36% from 255) = 35.83%
BLUE value IS 46 (18.36% from 255) = 14.98%
R=49.19%
G=35.83%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511104600.270.700.4136.5753.338.63
Hex976E2E01B4629253527
Octal2271565603310651456547
Binary1001011111011101011100110111000110101001100101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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