Shades of Dark Chestnut #9F635E
Tints of Dark Chestnut #9F635E
RGB
CMYK
RGB Variations
Color information
#9F635E (or 0x9F635E) is known color: Dark Chestnut. HEX triplet: 9F, 63 and 5E. RGB value is (159,99,94). Sum of RGB (Red+Green+Blue) = 159+99+94=352 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.17% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 159 - color contains mainly: red. Hex color #9F635E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F635E is #609CA1. Grayscale: #747474. Windows color (decimal): -6331554 or 6185887. OLE color: 6185887.
HSL color Cylindrical-coordinate representation of color #9F635E: hue angle of 4.62º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F635E is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 94 | - |
| CMYK | 0 | 0.38 | 0.41 | 0.38 |
| HSL | 4.62º | 0.26% | 0.5% | - |
| HSV(B) | 4.62º | 0.41% | 0.62% | - |
| XYZ | 20.78 | 17.1 | 12.8 | - |
| YUV | 116.37 | 115.38 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 94 | 0 | 0.38 | 0.41 | 0.38 | 4.62 | 0.26 | 0.5 |
| Hex | 9F | 63 | 5E | 0 | 26 | 29 | 26 | 5 | 1A | 32 |
| Octal | 237 | 143 | 136 | 0 | 46 | 51 | 46 | 5 | 32 | 62 |
| Binary | 10011111 | 1100011 | 1011110 | 0 | 100110 | 101001 | 100110 | 101 | 11010 | 110010 |
Color Harmonies of #9F635E
Complementary color
Monochromatic Colors of #9F635E
Black with #9F635E
Text Example
Text Example
White with #9F635E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F635E; }
p { color: rgb(159,99,94); }
H1.HeaderClassName
{
color: #9F635E;
}
.AnyTagClassName
{
color: #9F635E;
}
</style>
background-color css
<style>
a { background-color: #9F635E; }
a { background-color: rgb(159,99,94); }
div.DivClassName
{
background-color: #9F635E;
}
.BgClassName
{
background-color: #9F635E;
}
</style>
border-color css
<style>
span { border-color: #9F635E; }
span { border-color: rgb(159,99,94); }
td.TdClassName
{
border-color: #9F635E;
}
.TagClassName
{
border-color: #9F635E;
}
</style>