Shades of Dark Chestnut #9C6F65
Tints of Dark Chestnut #9C6F65
RGB
CMYK
RGB Variations
Color information
#9C6F65 (or 0x9C6F65) is known color: Dark Chestnut. HEX triplet: 9C, 6F and 65. RGB value is (156,111,101). Sum of RGB (Red+Green+Blue) = 156+111+101=368 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.39% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 101 (39.84% from 255 or 27.45% from 368); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6F65 is #63909A. Grayscale: #7B7B7B. Windows color (decimal): -6525083 or 6647708. OLE color: 6647708.
HSL color Cylindrical-coordinate representation of color #9C6F65: hue angle of 10.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6F65 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 101 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.39 |
| HSL | 10.91º | 0.22% | 0.5% | - |
| HSV(B) | 10.91º | 0.35% | 0.61% | - |
| XYZ | 21.74 | 19.38 | 14.91 | - |
| YUV | 123.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 101 | 0 | 0.29 | 0.35 | 0.39 | 10.91 | 0.22 | 0.5 |
| Hex | 9C | 6F | 65 | 0 | 1D | 23 | 27 | B | 16 | 32 |
| Octal | 234 | 157 | 145 | 0 | 35 | 43 | 47 | 13 | 26 | 62 |
| Binary | 10011100 | 1101111 | 1100101 | 0 | 11101 | 100011 | 100111 | 1011 | 10110 | 110010 |
Color Harmonies of #9C6F65
Complementary color
Monochromatic Colors of #9C6F65
Black with #9C6F65
Text Example
Text Example
White with #9C6F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F65; }
p { color: rgb(156,111,101); }
H1.HeaderClassName
{
color: #9C6F65;
}
.AnyTagClassName
{
color: #9C6F65;
}
</style>
background-color css
<style>
a { background-color: #9C6F65; }
a { background-color: rgb(156,111,101); }
div.DivClassName
{
background-color: #9C6F65;
}
.BgClassName
{
background-color: #9C6F65;
}
</style>
border-color css
<style>
span { border-color: #9C6F65; }
span { border-color: rgb(156,111,101); }
td.TdClassName
{
border-color: #9C6F65;
}
.TagClassName
{
border-color: #9C6F65;
}
</style>