Shades of Dark Chestnut #9D7066
Tints of Dark Chestnut #9D7066
RGB
CMYK
RGB Variations
Color information
#9D7066 (or 0x9D7066) is known color: Dark Chestnut. HEX triplet: 9D, 70 and 66. RGB value is (157,112,102). Sum of RGB (Red+Green+Blue) = 157+112+102=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7066 is #628F99. Grayscale: #7C7C7C. Windows color (decimal): -6459290 or 6713501. OLE color: 6713501.
HSL color Cylindrical-coordinate representation of color #9D7066: hue angle of 10.91º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D7066 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 112 | 102 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.38 |
| HSL | 10.91º | 0.22% | 0.51% | - |
| HSV(B) | 10.91º | 0.35% | 0.62% | - |
| XYZ | 22.1 | 19.72 | 15.21 | - |
| YUV | 124.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 112 | 102 | 0 | 0.29 | 0.35 | 0.38 | 10.91 | 0.22 | 0.51 |
| Hex | 9D | 70 | 66 | 0 | 1D | 23 | 26 | B | 16 | 33 |
| Octal | 235 | 160 | 146 | 0 | 35 | 43 | 46 | 13 | 26 | 63 |
| Binary | 10011101 | 1110000 | 1100110 | 0 | 11101 | 100011 | 100110 | 1011 | 10110 | 110011 |
Color Harmonies of #9D7066
Complementary color
Monochromatic Colors of #9D7066
Black with #9D7066
Text Example
Text Example
White with #9D7066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7066; }
p { color: rgb(157,112,102); }
H1.HeaderClassName
{
color: #9D7066;
}
.AnyTagClassName
{
color: #9D7066;
}
</style>
background-color css
<style>
a { background-color: #9D7066; }
a { background-color: rgb(157,112,102); }
div.DivClassName
{
background-color: #9D7066;
}
.BgClassName
{
background-color: #9D7066;
}
</style>
border-color css
<style>
span { border-color: #9D7066; }
span { border-color: rgb(157,112,102); }
td.TdClassName
{
border-color: #9D7066;
}
.TagClassName
{
border-color: #9D7066;
}
</style>