#9D6C65

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

Shades of Dark Chestnut #9D6C65

Tints of Dark Chestnut #9D6C65

Color information

#9D6C65 (or 0x9D6C65) is unknown color: approx Dark Chestnut. HEX triplet: 9D, 6C and 65. RGB value is (157,108,101). Sum of RGB (Red+Green+Blue) = 157+108+101=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 101 (39.84% from 255 or 27.60% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6C65 is #62939A. Grayscale: #797979. Windows color (decimal): -6460315 or 6646941. OLE color: 6646941.

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

Color convert

RGB157108101-
CMYK00.310.360.38
HSL7.5º22.22%50.59%-
HSV(B)7.5º35.67%61.57%-
XYZ21.6218.8314.81-
YUV121.85116.23153.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 101 (39.84% from 255) = 27.60%
R=42.90%
G=29.51%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15710810100.310.360.387.522.2250.59
Hex9D6C6501F242681633
Octal2351541450374446102663
Binary1001110111011001100101011111100100100110100010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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