Shades of Dark Chestnut #9D6A62
Tints of Dark Chestnut #9D6A62
RGB
CMYK
RGB Variations
Color information
#9D6A62 (or 0x9D6A62) is known color: Dark Chestnut. HEX triplet: 9D, 6A and 62. RGB value is (157,106,98). Sum of RGB (Red+Green+Blue) = 157+106+98=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6A62 is #62959D. Grayscale: #787878. Windows color (decimal): -6460830 or 6449821. OLE color: 6449821.
HSL color Cylindrical-coordinate representation of color #9D6A62: hue angle of 8.14º 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 #9D6A62 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 106 | 98 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.38 |
| HSL | 8.14º | 0.23% | 0.5% | - |
| HSV(B) | 8.14º | 0.38% | 0.62% | - |
| XYZ | 21.26 | 18.36 | 13.98 | - |
| YUV | 120.34 | 115.4 | 154.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 106 | 98 | 0 | 0.32 | 0.38 | 0.38 | 8.14 | 0.23 | 0.5 |
| Hex | 9D | 6A | 62 | 0 | 20 | 26 | 26 | 8 | 17 | 32 |
| Octal | 235 | 152 | 142 | 0 | 40 | 46 | 46 | 10 | 27 | 62 |
| Binary | 10011101 | 1101010 | 1100010 | 0 | 100000 | 100110 | 100110 | 1000 | 10111 | 110010 |
Color Harmonies of #9D6A62
Complementary color
Monochromatic Colors of #9D6A62
Black with #9D6A62
Text Example
Text Example
White with #9D6A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6A62; }
p { color: rgb(157,106,98); }
H1.HeaderClassName
{
color: #9D6A62;
}
.AnyTagClassName
{
color: #9D6A62;
}
</style>
background-color css
<style>
a { background-color: #9D6A62; }
a { background-color: rgb(157,106,98); }
div.DivClassName
{
background-color: #9D6A62;
}
.BgClassName
{
background-color: #9D6A62;
}
</style>
border-color css
<style>
span { border-color: #9D6A62; }
span { border-color: rgb(157,106,98); }
td.TdClassName
{
border-color: #9D6A62;
}
.TagClassName
{
border-color: #9D6A62;
}
</style>