Shades of Dark Chestnut #9F655F
Tints of Dark Chestnut #9F655F
RGB
CMYK
RGB Variations
Color information
#9F655F (or 0x9F655F) is known color: Dark Chestnut. HEX triplet: 9F, 65 and 5F. RGB value is (159,101,95). Sum of RGB (Red+Green+Blue) = 159+101+95=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 159 - color contains mainly: red. Hex color #9F655F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F655F is #609AA0. Grayscale: #757575. Windows color (decimal): -6331041 or 6251935. OLE color: 6251935.
HSL color Cylindrical-coordinate representation of color #9F655F: hue angle of 5.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F655F is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 95 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.38 |
| HSL | 5.63º | 0.25% | 0.5% | - |
| HSV(B) | 5.63º | 0.4% | 0.62% | - |
| XYZ | 21.02 | 17.5 | 13.1 | - |
| YUV | 117.66 | 115.22 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 95 | 0 | 0.36 | 0.40 | 0.38 | 5.63 | 0.25 | 0.5 |
| Hex | 9F | 65 | 5F | 0 | 24 | 28 | 26 | 6 | 19 | 32 |
| Octal | 237 | 145 | 137 | 0 | 44 | 50 | 46 | 6 | 31 | 62 |
| Binary | 10011111 | 1100101 | 1011111 | 0 | 100100 | 101000 | 100110 | 110 | 11001 | 110010 |
Color Harmonies of #9F655F
Complementary color
Monochromatic Colors of #9F655F
Black with #9F655F
Text Example
Text Example
White with #9F655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F655F; }
p { color: rgb(159,101,95); }
H1.HeaderClassName
{
color: #9F655F;
}
.AnyTagClassName
{
color: #9F655F;
}
</style>
background-color css
<style>
a { background-color: #9F655F; }
a { background-color: rgb(159,101,95); }
div.DivClassName
{
background-color: #9F655F;
}
.BgClassName
{
background-color: #9F655F;
}
</style>
border-color css
<style>
span { border-color: #9F655F; }
span { border-color: rgb(159,101,95); }
td.TdClassName
{
border-color: #9F655F;
}
.TagClassName
{
border-color: #9F655F;
}
</style>