Shades of Dark Chestnut #8F6863
Tints of Dark Chestnut #8F6863
RGB
CMYK
RGB Variations
Color information
#8F6863 (or 0x8F6863) is known color: Dark Chestnut. HEX triplet: 8F, 68 and 63. RGB value is (143,104,99). Sum of RGB (Red+Green+Blue) = 143+104+99=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 99 (39.06% from 255 or 28.61% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6863 is #70979C. Grayscale: #737373. Windows color (decimal): -7378845 or 6514831. OLE color: 6514831.
HSL color Cylindrical-coordinate representation of color #8F6863: hue angle of 6.82º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F6863 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 99 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.44 |
| HSL | 6.82º | 0.18% | 0.47% | - |
| HSV(B) | 6.82º | 0.31% | 0.56% | - |
| XYZ | 18.53 | 16.64 | 14.04 | - |
| YUV | 115.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 99 | 0 | 0.27 | 0.31 | 0.44 | 6.82 | 0.18 | 0.47 |
| Hex | 8F | 68 | 63 | 0 | 1B | 1F | 2C | 7 | 12 | 2F |
| Octal | 217 | 150 | 143 | 0 | 33 | 37 | 54 | 7 | 22 | 57 |
| Binary | 10001111 | 1101000 | 1100011 | 0 | 11011 | 11111 | 101100 | 111 | 10010 | 101111 |
Color Harmonies of #8F6863
Complementary color
Monochromatic Colors of #8F6863
Black with #8F6863
Text Example
Text Example
White with #8F6863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6863; }
p { color: rgb(143,104,99); }
H1.HeaderClassName
{
color: #8F6863;
}
.AnyTagClassName
{
color: #8F6863;
}
</style>
background-color css
<style>
a { background-color: #8F6863; }
a { background-color: rgb(143,104,99); }
div.DivClassName
{
background-color: #8F6863;
}
.BgClassName
{
background-color: #8F6863;
}
</style>
border-color css
<style>
span { border-color: #8F6863; }
span { border-color: rgb(143,104,99); }
td.TdClassName
{
border-color: #8F6863;
}
.TagClassName
{
border-color: #8F6863;
}
</style>