#976C5F

Color #976C5F Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #976C5F

Tints of Dark Chestnut #976C5F

Color information

#976C5F (or 0x976C5F) is unknown color: approx Dark Chestnut. HEX triplet: 97, 6C and 5F. RGB value is (151,108,95). Sum of RGB (Red+Green+Blue) = 151+108+95=354 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.66% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 151 - color contains mainly: red. Hex color #976C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976C5F is #6893A0. Grayscale: #777777. Windows color (decimal): -6853537 or 6253719. OLE color: 6253719.

HSL color Cylindrical-coordinate representation of color #976C5F: hue angle of 13.93º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #976C5F is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB15110895-
CMYK00.280.370.41
HSL13.93º22.76%48.24%-
HSV(B)13.93º37.09%59.22%-
XYZ20.1918.1313.26-
YUV119.37114.25150.56-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.66%
GREEN value IS 108 (42.58% from 255) = 30.51%
BLUE value IS 95 (37.5% from 255) = 26.84%
R=42.66%
G=30.51%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511089500.280.370.4113.9322.7648.24
Hex976C5F01C2529e1730
Octal2271541370344551162760
Binary1001011111011001011111011100100101101001111010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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