Shades of Dark Chestnut #9C6762
Tints of Dark Chestnut #9C6762
RGB
CMYK
RGB Variations
Color information
#9C6762 (or 0x9C6762) is known color: Dark Chestnut. HEX triplet: 9C, 67 and 62. RGB value is (156,103,98). Sum of RGB (Red+Green+Blue) = 156+103+98=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6762 is #63989D. Grayscale: #767676. Windows color (decimal): -6527134 or 6449052. OLE color: 6449052.
HSL color Cylindrical-coordinate representation of color #9C6762: hue angle of 5.17º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6762 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 98 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.39 |
| HSL | 5.17º | 0.23% | 0.5% | - |
| HSV(B) | 5.17º | 0.37% | 0.61% | - |
| XYZ | 20.77 | 17.65 | 13.87 | - |
| YUV | 118.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 98 | 0 | 0.34 | 0.37 | 0.39 | 5.17 | 0.23 | 0.5 |
| Hex | 9C | 67 | 62 | 0 | 22 | 25 | 27 | 5 | 17 | 32 |
| Octal | 234 | 147 | 142 | 0 | 42 | 45 | 47 | 5 | 27 | 62 |
| Binary | 10011100 | 1100111 | 1100010 | 0 | 100010 | 100101 | 100111 | 101 | 10111 | 110010 |
Color Harmonies of #9C6762
Complementary color
Monochromatic Colors of #9C6762
Black with #9C6762
Text Example
Text Example
White with #9C6762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6762; }
p { color: rgb(156,103,98); }
H1.HeaderClassName
{
color: #9C6762;
}
.AnyTagClassName
{
color: #9C6762;
}
</style>
background-color css
<style>
a { background-color: #9C6762; }
a { background-color: rgb(156,103,98); }
div.DivClassName
{
background-color: #9C6762;
}
.BgClassName
{
background-color: #9C6762;
}
</style>
border-color css
<style>
span { border-color: #9C6762; }
span { border-color: rgb(156,103,98); }
td.TdClassName
{
border-color: #9C6762;
}
.TagClassName
{
border-color: #9C6762;
}
</style>