#976C30

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

Shades of Buttered Rum #976C30

Tints of Buttered Rum #976C30

Color information

#976C30 (or 0x976C30) is unknown color: approx Buttered Rum. HEX triplet: 97, 6C and 30. RGB value is (151,108,48). Sum of RGB (Red+Green+Blue) = 151+108+48=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 108 (42.58% from 255 or 35.18% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #976C30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #976C30 is #6893CF. Grayscale: #727272. Windows color (decimal): -6853584 or 3173527. OLE color: 3173527.

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

Color convert

RGB15110848-
CMYK00.280.680.41
HSL34.95º51.76%39.02%-
HSV(B)34.95º68.21%59.22%-
XYZ18.6617.525.19-
YUV114.0290.75154.38-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 49.19%
GREEN value IS 108 (42.58% from 255) = 35.18%
BLUE value IS 48 (19.14% from 255) = 15.64%
R=49.19%
G=35.18%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511084800.280.680.4134.9551.7639.02
Hex976C3001C4429233427
Octal2271546003410451436447
Binary1001011111011001100000111001000100101001100011110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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