Shades of Dark Chestnut #9F6A62
Tints of Dark Chestnut #9F6A62
RGB
CMYK
RGB Variations
Color information
#9F6A62 (or 0x9F6A62) is known color: Dark Chestnut. HEX triplet: 9F, 6A and 62. RGB value is (159,106,98). Sum of RGB (Red+Green+Blue) = 159+106+98=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6A62 is #60959D. Grayscale: #797979. Windows color (decimal): -6329758 or 6449823. OLE color: 6449823.
HSL color Cylindrical-coordinate representation of color #9F6A62: hue angle of 7.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F6A62 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 106 | 98 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.38 |
| HSL | 7.87º | 0.24% | 0.5% | - |
| HSV(B) | 7.87º | 0.38% | 0.62% | - |
| XYZ | 21.66 | 18.56 | 14 | - |
| YUV | 120.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 106 | 98 | 0 | 0.33 | 0.38 | 0.38 | 7.87 | 0.24 | 0.5 |
| Hex | 9F | 6A | 62 | 0 | 21 | 26 | 26 | 8 | 18 | 32 |
| Octal | 237 | 152 | 142 | 0 | 41 | 46 | 46 | 10 | 30 | 62 |
| Binary | 10011111 | 1101010 | 1100010 | 0 | 100001 | 100110 | 100110 | 1000 | 11000 | 110010 |
Color Harmonies of #9F6A62
Complementary color
Monochromatic Colors of #9F6A62
Black with #9F6A62
Text Example
Text Example
White with #9F6A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6A62; }
p { color: rgb(159,106,98); }
H1.HeaderClassName
{
color: #9F6A62;
}
.AnyTagClassName
{
color: #9F6A62;
}
</style>
background-color css
<style>
a { background-color: #9F6A62; }
a { background-color: rgb(159,106,98); }
div.DivClassName
{
background-color: #9F6A62;
}
.BgClassName
{
background-color: #9F6A62;
}
</style>
border-color css
<style>
span { border-color: #9F6A62; }
span { border-color: rgb(159,106,98); }
td.TdClassName
{
border-color: #9F6A62;
}
.TagClassName
{
border-color: #9F6A62;
}
</style>