#9D6560

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

Shades of Dark Chestnut #9D6560

Tints of Dark Chestnut #9D6560

Color information

#9D6560 (or 0x9D6560) is unknown color: approx Dark Chestnut. HEX triplet: 9D, 65 and 60. RGB value is (157,101,96). Sum of RGB (Red+Green+Blue) = 157+101+96=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6560 is #629A9F. Grayscale: #757575. Windows color (decimal): -6462112 or 6317469. OLE color: 6317469.

HSL color Cylindrical-coordinate representation of color #9D6560: hue angle of 4.92º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D6560 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB15710196-
CMYK00.360.390.38
HSL4.92º24.11%49.61%-
HSV(B)4.92º38.85%61.57%-
XYZ20.6717.3213.32-
YUV117.17116.05156.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 44.35%
GREEN value IS 101 (39.84% from 255) = 28.53%
BLUE value IS 96 (37.89% from 255) = 27.12%
R=44.35%
G=28.53%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571019600.360.390.384.9224.1149.61
Hex9D6560024272651832
Octal235145140044474653062
Binary1001110111001011100000010010010011110011010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D6560; }

 p { color: rgb(157,101,96); }

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

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

 a { background-color: rgb(157,101,96); }

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

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

 span { border-color: rgb(157,101,96); }

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