Shades of Dark Chestnut #9D7168
Tints of Dark Chestnut #9D7168
RGB
CMYK
RGB Variations
Color information
#9D7168 (or 0x9D7168) is known color: Dark Chestnut. HEX triplet: 9D, 71 and 68. RGB value is (157,113,104). Sum of RGB (Red+Green+Blue) = 157+113+104=374 (49% of max value = 765). Red value is 157 (61.72% from 255 or 41.98% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 104 (41.02% from 255 or 27.81% from 374); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D7168 is #628E97. Grayscale: #7D7D7D. Windows color (decimal): -6459032 or 6844829. OLE color: 6844829.
HSL color Cylindrical-coordinate representation of color #9D7168: hue angle of 10.19º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D7168 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 113 | 104 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.38 |
| HSL | 10.19º | 0.21% | 0.51% | - |
| HSV(B) | 10.19º | 0.34% | 0.62% | - |
| XYZ | 22.31 | 19.98 | 15.78 | - |
| YUV | 125.13 | 116.08 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 113 | 104 | 0 | 0.28 | 0.34 | 0.38 | 10.19 | 0.21 | 0.51 |
| Hex | 9D | 71 | 68 | 0 | 1C | 22 | 26 | A | 15 | 33 |
| Octal | 235 | 161 | 150 | 0 | 34 | 42 | 46 | 12 | 25 | 63 |
| Binary | 10011101 | 1110001 | 1101000 | 0 | 11100 | 100010 | 100110 | 1010 | 10101 | 110011 |
Color Harmonies of #9D7168
Complementary color
Monochromatic Colors of #9D7168
Black with #9D7168
Text Example
Text Example
White with #9D7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D7168; }
p { color: rgb(157,113,104); }
H1.HeaderClassName
{
color: #9D7168;
}
.AnyTagClassName
{
color: #9D7168;
}
</style>
background-color css
<style>
a { background-color: #9D7168; }
a { background-color: rgb(157,113,104); }
div.DivClassName
{
background-color: #9D7168;
}
.BgClassName
{
background-color: #9D7168;
}
</style>
border-color css
<style>
span { border-color: #9D7168; }
span { border-color: rgb(157,113,104); }
td.TdClassName
{
border-color: #9D7168;
}
.TagClassName
{
border-color: #9D7168;
}
</style>