Shades of Dark Chestnut #9F695F
Tints of Dark Chestnut #9F695F
RGB
CMYK
RGB Variations
Color information
#9F695F (or 0x9F695F) is known color: Dark Chestnut. HEX triplet: 9F, 69 and 5F. RGB value is (159,105,95). Sum of RGB (Red+Green+Blue) = 159+105+95=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 159 - color contains mainly: red. Hex color #9F695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F695F is #6096A0. Grayscale: #787878. Windows color (decimal): -6330017 or 6252959. OLE color: 6252959.
HSL color Cylindrical-coordinate representation of color #9F695F: hue angle of 9.38º 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 #9F695F is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 95 | - |
| CMYK | 0 | 0.34 | 0.40 | 0.38 |
| HSL | 9.38º | 0.25% | 0.5% | - |
| HSV(B) | 9.38º | 0.4% | 0.62% | - |
| XYZ | 21.42 | 18.3 | 13.23 | - |
| YUV | 120.01 | 113.89 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 95 | 0 | 0.34 | 0.40 | 0.38 | 9.38 | 0.25 | 0.5 |
| Hex | 9F | 69 | 5F | 0 | 22 | 28 | 26 | 9 | 19 | 32 |
| Octal | 237 | 151 | 137 | 0 | 42 | 50 | 46 | 11 | 31 | 62 |
| Binary | 10011111 | 1101001 | 1011111 | 0 | 100010 | 101000 | 100110 | 1001 | 11001 | 110010 |
Color Harmonies of #9F695F
Complementary color
Monochromatic Colors of #9F695F
Black with #9F695F
Text Example
Text Example
White with #9F695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F695F; }
p { color: rgb(159,105,95); }
H1.HeaderClassName
{
color: #9F695F;
}
.AnyTagClassName
{
color: #9F695F;
}
</style>
background-color css
<style>
a { background-color: #9F695F; }
a { background-color: rgb(159,105,95); }
div.DivClassName
{
background-color: #9F695F;
}
.BgClassName
{
background-color: #9F695F;
}
</style>
border-color css
<style>
span { border-color: #9F695F; }
span { border-color: rgb(159,105,95); }
td.TdClassName
{
border-color: #9F695F;
}
.TagClassName
{
border-color: #9F695F;
}
</style>