Shades of Dark Chestnut #8F685C
Tints of Dark Chestnut #8F685C
RGB
CMYK
RGB Variations
Color information
#8F685C (or 0x8F685C) is known color: Dark Chestnut. HEX triplet: 8F, 68 and 5C. RGB value is (143,104,92). Sum of RGB (Red+Green+Blue) = 143+104+92=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F685C is #7097A3. Grayscale: #727272. Windows color (decimal): -7378852 or 6056079. OLE color: 6056079.
HSL color Cylindrical-coordinate representation of color #8F685C: hue angle of 14.12º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F685C is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 104 | 92 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.44 |
| HSL | 14.12º | 0.22% | 0.46% | - |
| HSV(B) | 14.12º | 0.36% | 0.56% | - |
| XYZ | 18.21 | 16.51 | 12.35 | - |
| YUV | 114.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 104 | 92 | 0 | 0.27 | 0.36 | 0.44 | 14.12 | 0.22 | 0.46 |
| Hex | 8F | 68 | 5C | 0 | 1B | 24 | 2C | E | 16 | 2E |
| Octal | 217 | 150 | 134 | 0 | 33 | 44 | 54 | 16 | 26 | 56 |
| Binary | 10001111 | 1101000 | 1011100 | 0 | 11011 | 100100 | 101100 | 1110 | 10110 | 101110 |
Color Harmonies of #8F685C
Complementary color
Monochromatic Colors of #8F685C
Black with #8F685C
Text Example
Text Example
White with #8F685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F685C; }
p { color: rgb(143,104,92); }
H1.HeaderClassName
{
color: #8F685C;
}
.AnyTagClassName
{
color: #8F685C;
}
</style>
background-color css
<style>
a { background-color: #8F685C; }
a { background-color: rgb(143,104,92); }
div.DivClassName
{
background-color: #8F685C;
}
.BgClassName
{
background-color: #8F685C;
}
</style>
border-color css
<style>
span { border-color: #8F685C; }
span { border-color: rgb(143,104,92); }
td.TdClassName
{
border-color: #8F685C;
}
.TagClassName
{
border-color: #8F685C;
}
</style>