Shades of Dark Chestnut #9D655E
Tints of Dark Chestnut #9D655E
RGB
CMYK
RGB Variations
Color information
#9D655E (or 0x9D655E) is known color: Dark Chestnut. HEX triplet: 9D, 65 and 5E. RGB value is (157,101,94). Sum of RGB (Red+Green+Blue) = 157+101+94=352 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.60% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 157 - color contains mainly: red. Hex color #9D655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D655E is #629AA1. Grayscale: #757575. Windows color (decimal): -6462114 or 6186397. OLE color: 6186397.
HSL color Cylindrical-coordinate representation of color #9D655E: hue angle of 6.67º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9D655E is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 94 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.38 |
| HSL | 6.67º | 0.25% | 0.49% | - |
| HSV(B) | 6.67º | 0.4% | 0.62% | - |
| XYZ | 20.58 | 17.28 | 12.84 | - |
| YUV | 116.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 94 | 0 | 0.36 | 0.40 | 0.38 | 6.67 | 0.25 | 0.49 |
| Hex | 9D | 65 | 5E | 0 | 24 | 28 | 26 | 7 | 19 | 31 |
| Octal | 235 | 145 | 136 | 0 | 44 | 50 | 46 | 7 | 31 | 61 |
| Binary | 10011101 | 1100101 | 1011110 | 0 | 100100 | 101000 | 100110 | 111 | 11001 | 110001 |
Color Harmonies of #9D655E
Complementary color
Monochromatic Colors of #9D655E
Black with #9D655E
Text Example
Text Example
White with #9D655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D655E; }
p { color: rgb(157,101,94); }
H1.HeaderClassName
{
color: #9D655E;
}
.AnyTagClassName
{
color: #9D655E;
}
</style>
background-color css
<style>
a { background-color: #9D655E; }
a { background-color: rgb(157,101,94); }
div.DivClassName
{
background-color: #9D655E;
}
.BgClassName
{
background-color: #9D655E;
}
</style>
border-color css
<style>
span { border-color: #9D655E; }
span { border-color: rgb(157,101,94); }
td.TdClassName
{
border-color: #9D655E;
}
.TagClassName
{
border-color: #9D655E;
}
</style>