#976960

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

Shades of Dark Chestnut #976960

Tints of Dark Chestnut #976960

Color information

#976960 (or 0x976960) is unknown color: approx Dark Chestnut. HEX triplet: 97, 69 and 60. RGB value is (151,105,96). Sum of RGB (Red+Green+Blue) = 151+105+96=352 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.90% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 151 - color contains mainly: red. Hex color #976960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976960 is #68969F. Grayscale: #757575. Windows color (decimal): -6854304 or 6318487. OLE color: 6318487.

HSL color Cylindrical-coordinate representation of color #976960: hue angle of 9.82º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976960 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB15110596-
CMYK00.300.360.41
HSL9.82º22.27%48.43%-
HSV(B)9.82º36.42%59.22%-
XYZ19.9317.5313.4-
YUV117.73115.74151.73-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.90%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=42.90%
G=29.83%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511059600.300.360.419.8222.2748.43
Hex97696001E2429a1630
Octal2271511400364451122660
Binary1001011111010011100000011110100100101001101010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #976960; }

 p { color: rgb(151,105,96); }

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

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

 a { background-color: rgb(151,105,96); }

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

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

 span { border-color: rgb(151,105,96); }

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