#976E30

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

Shades of Buttered Rum #976E30

Tints of Buttered Rum #976E30

Color information

#976E30 (or 0x976E30) is unknown color: approx Buttered Rum. HEX triplet: 97, 6E and 30. RGB value is (151,110,48). Sum of RGB (Red+Green+Blue) = 151+110+48=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 110 (43.36% from 255 or 35.60% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #976E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976E30 is #6891CF. Grayscale: #737373. Windows color (decimal): -6853072 or 3174039. OLE color: 3174039.

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

Color convert

RGB15111048-
CMYK00.270.680.41
HSL36.12º51.76%39.02%-
HSV(B)36.12º68.21%59.22%-
XYZ18.8717.945.27-
YUV115.1990.08153.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 48.87%
GREEN value IS 110 (43.36% from 255) = 35.60%
BLUE value IS 48 (19.14% from 255) = 15.53%
R=48.87%
G=35.60%
B=15.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511104800.270.680.4136.1251.7639.02
Hex976E3001B4429243427
Octal2271566003310451446447
Binary1001011111011101100000110111000100101001100100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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