#9D6D62

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

Shades of Dark Chestnut #9D6D62

Tints of Dark Chestnut #9D6D62

Color information

#9D6D62 (or 0x9D6D62) is unknown color: approx Dark Chestnut. HEX triplet: 9D, 6D and 62. RGB value is (157,109,98). Sum of RGB (Red+Green+Blue) = 157+109+98=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6D62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6D62 is #62929D. Grayscale: #7A7A7A. Windows color (decimal): -6460062 or 6450589. OLE color: 6450589.

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

Color convert

RGB15710998-
CMYK00.310.380.38
HSL11.19º23.14%50%-
HSV(B)11.19º37.58%61.57%-
XYZ21.5818.9914.08-
YUV122.1114.4152.89-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.13%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 98 (38.67% from 255) = 26.92%
R=43.13%
G=29.95%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571099800.310.380.3811.1923.1450
Hex9D6D6201F2626b1732
Octal2351551420374646132762
Binary1001110111011011100010011111100110100110101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,109,98); }

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

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

 a { background-color: rgb(157,109,98); }

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

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

 span { border-color: rgb(157,109,98); }

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