Shades of Dark Chestnut #9C7168
Tints of Dark Chestnut #9C7168
RGB
CMYK
RGB Variations
Color information
#9C7168 (or 0x9C7168) is known color: Dark Chestnut. HEX triplet: 9C, 71 and 68. RGB value is (156,113,104). Sum of RGB (Red+Green+Blue) = 156+113+104=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C7168 is #638E97. Grayscale: #7C7C7C. Windows color (decimal): -6524568 or 6844828. OLE color: 6844828.
HSL color Cylindrical-coordinate representation of color #9C7168: hue angle of 10.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C7168 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 104 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.39 |
| HSL | 10.38º | 0.21% | 0.51% | - |
| HSV(B) | 10.38º | 0.33% | 0.61% | - |
| XYZ | 22.11 | 19.88 | 15.77 | - |
| YUV | 124.83 | 116.25 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 104 | 0 | 0.28 | 0.33 | 0.39 | 10.38 | 0.21 | 0.51 |
| Hex | 9C | 71 | 68 | 0 | 1C | 21 | 27 | A | 15 | 33 |
| Octal | 234 | 161 | 150 | 0 | 34 | 41 | 47 | 12 | 25 | 63 |
| Binary | 10011100 | 1110001 | 1101000 | 0 | 11100 | 100001 | 100111 | 1010 | 10101 | 110011 |
Color Harmonies of #9C7168
Complementary color
Monochromatic Colors of #9C7168
Black with #9C7168
Text Example
Text Example
White with #9C7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7168; }
p { color: rgb(156,113,104); }
H1.HeaderClassName
{
color: #9C7168;
}
.AnyTagClassName
{
color: #9C7168;
}
</style>
background-color css
<style>
a { background-color: #9C7168; }
a { background-color: rgb(156,113,104); }
div.DivClassName
{
background-color: #9C7168;
}
.BgClassName
{
background-color: #9C7168;
}
</style>
border-color css
<style>
span { border-color: #9C7168; }
span { border-color: rgb(156,113,104); }
td.TdClassName
{
border-color: #9C7168;
}
.TagClassName
{
border-color: #9C7168;
}
</style>