#976D2E

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

Shades of Buttered Rum #976D2E

Tints of Buttered Rum #976D2E

Color information

#976D2E (or 0x976D2E) is unknown color: approx Buttered Rum. HEX triplet: 97, 6D and 2E. RGB value is (151,109,46). Sum of RGB (Red+Green+Blue) = 151+109+46=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #976D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976D2E is #6892D1. Grayscale: #727272. Windows color (decimal): -6853330 or 3042711. OLE color: 3042711.

HSL color Cylindrical-coordinate representation of color #976D2E: hue angle of 36º 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 #976D2E is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB15110946-
CMYK00.280.700.41
HSL36º53.3%38.63%-
HSV(B)36º69.54%59.22%-
XYZ18.7217.715.02-
YUV114.3889.41154.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.35%
GREEN value IS 109 (42.97% from 255) = 35.62%
BLUE value IS 46 (18.36% from 255) = 15.03%
R=49.35%
G=35.62%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511094600.280.700.413653.338.63
Hex976D2E01C4629243527
Octal2271555603410651446547
Binary1001011111011011011100111001000110101001100100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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