Shades of Dark Chestnut #8F7168
Tints of Dark Chestnut #8F7168
RGB
CMYK
RGB Variations
Color information
#8F7168 (or 0x8F7168) is known color: Dark Chestnut. HEX triplet: 8F, 71 and 68. RGB value is (143,113,104). Sum of RGB (Red+Green+Blue) = 143+113+104=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7168 is #708E97. Grayscale: #797979. Windows color (decimal): -7376536 or 6844815. OLE color: 6844815.
HSL color Cylindrical-coordinate representation of color #8F7168: hue angle of 13.85º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F7168 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 113 | 104 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.44 |
| HSL | 13.85º | 0.16% | 0.48% | - |
| HSV(B) | 13.85º | 0.27% | 0.56% | - |
| XYZ | 19.73 | 18.65 | 15.66 | - |
| YUV | 120.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 104 | 0 | 0.21 | 0.27 | 0.44 | 13.85 | 0.16 | 0.48 |
| Hex | 8F | 71 | 68 | 0 | 15 | 1B | 2C | E | 10 | 30 |
| Octal | 217 | 161 | 150 | 0 | 25 | 33 | 54 | 16 | 20 | 60 |
| Binary | 10001111 | 1110001 | 1101000 | 0 | 10101 | 11011 | 101100 | 1110 | 10000 | 110000 |
Color Harmonies of #8F7168
Complementary color
Monochromatic Colors of #8F7168
Black with #8F7168
Text Example
Text Example
White with #8F7168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7168; }
p { color: rgb(143,113,104); }
H1.HeaderClassName
{
color: #8F7168;
}
.AnyTagClassName
{
color: #8F7168;
}
</style>
background-color css
<style>
a { background-color: #8F7168; }
a { background-color: rgb(143,113,104); }
div.DivClassName
{
background-color: #8F7168;
}
.BgClassName
{
background-color: #8F7168;
}
</style>
border-color css
<style>
span { border-color: #8F7168; }
span { border-color: rgb(143,113,104); }
td.TdClassName
{
border-color: #8F7168;
}
.TagClassName
{
border-color: #8F7168;
}
</style>