Shades of Dark Chestnut #9F6E64
Tints of Dark Chestnut #9F6E64
RGB
CMYK
RGB Variations
Color information
#9F6E64 (or 0x9F6E64) is known color: Dark Chestnut. HEX triplet: 9F, 6E and 64. RGB value is (159,110,100). Sum of RGB (Red+Green+Blue) = 159+110+100=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 100 (39.45% from 255 or 27.10% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6E64 is #60919B. Grayscale: #7B7B7B. Windows color (decimal): -6328732 or 6581919. OLE color: 6581919.
HSL color Cylindrical-coordinate representation of color #9F6E64: hue angle of 10.17º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F6E64 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 110 | 100 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.38 |
| HSL | 10.17º | 0.24% | 0.51% | - |
| HSV(B) | 10.17º | 0.37% | 0.62% | - |
| XYZ | 22.17 | 19.44 | 14.64 | - |
| YUV | 123.51 | 114.73 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 110 | 100 | 0 | 0.31 | 0.37 | 0.38 | 10.17 | 0.24 | 0.51 |
| Hex | 9F | 6E | 64 | 0 | 1F | 25 | 26 | A | 18 | 33 |
| Octal | 237 | 156 | 144 | 0 | 37 | 45 | 46 | 12 | 30 | 63 |
| Binary | 10011111 | 1101110 | 1100100 | 0 | 11111 | 100101 | 100110 | 1010 | 11000 | 110011 |
Color Harmonies of #9F6E64
Complementary color
Monochromatic Colors of #9F6E64
Black with #9F6E64
Text Example
Text Example
White with #9F6E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6E64; }
p { color: rgb(159,110,100); }
H1.HeaderClassName
{
color: #9F6E64;
}
.AnyTagClassName
{
color: #9F6E64;
}
</style>
background-color css
<style>
a { background-color: #9F6E64; }
a { background-color: rgb(159,110,100); }
div.DivClassName
{
background-color: #9F6E64;
}
.BgClassName
{
background-color: #9F6E64;
}
</style>
border-color css
<style>
span { border-color: #9F6E64; }
span { border-color: rgb(159,110,100); }
td.TdClassName
{
border-color: #9F6E64;
}
.TagClassName
{
border-color: #9F6E64;
}
</style>