Shades of Dark Chestnut #9C665F
Tints of Dark Chestnut #9C665F
RGB
CMYK
RGB Variations
Color information
#9C665F (or 0x9C665F) is known color: Dark Chestnut. HEX triplet: 9C, 66 and 5F. RGB value is (156,102,95). Sum of RGB (Red+Green+Blue) = 156+102+95=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C665F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C665F is #6399A0. Grayscale: #757575. Windows color (decimal): -6527393 or 6252188. OLE color: 6252188.
HSL color Cylindrical-coordinate representation of color #9C665F: hue angle of 6.89º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9C665F is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 95 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.39 |
| HSL | 6.89º | 0.24% | 0.49% | - |
| HSV(B) | 6.89º | 0.39% | 0.61% | - |
| XYZ | 20.53 | 17.4 | 13.1 | - |
| YUV | 117.35 | 115.39 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 95 | 0 | 0.35 | 0.39 | 0.39 | 6.89 | 0.24 | 0.49 |
| Hex | 9C | 66 | 5F | 0 | 23 | 27 | 27 | 7 | 18 | 31 |
| Octal | 234 | 146 | 137 | 0 | 43 | 47 | 47 | 7 | 30 | 61 |
| Binary | 10011100 | 1100110 | 1011111 | 0 | 100011 | 100111 | 100111 | 111 | 11000 | 110001 |
Color Harmonies of #9C665F
Complementary color
Monochromatic Colors of #9C665F
Black with #9C665F
Text Example
Text Example
White with #9C665F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C665F; }
p { color: rgb(156,102,95); }
H1.HeaderClassName
{
color: #9C665F;
}
.AnyTagClassName
{
color: #9C665F;
}
</style>
background-color css
<style>
a { background-color: #9C665F; }
a { background-color: rgb(156,102,95); }
div.DivClassName
{
background-color: #9C665F;
}
.BgClassName
{
background-color: #9C665F;
}
</style>
border-color css
<style>
span { border-color: #9C665F; }
span { border-color: rgb(156,102,95); }
td.TdClassName
{
border-color: #9C665F;
}
.TagClassName
{
border-color: #9C665F;
}
</style>