Shades of Dark Chestnut #8F6B60
Tints of Dark Chestnut #8F6B60
RGB
CMYK
RGB Variations
Color information
#8F6B60 (or 0x8F6B60) is known color: Dark Chestnut. HEX triplet: 8F, 6B and 60. RGB value is (143,107,96). Sum of RGB (Red+Green+Blue) = 143+107+96=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 96 (37.89% from 255 or 27.75% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6B60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6B60 is #70949F. Grayscale: #747474. Windows color (decimal): -7378080 or 6318991. OLE color: 6318991.
HSL color Cylindrical-coordinate representation of color #8F6B60: hue angle of 14.04º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F6B60 is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 107 | 96 | - |
| CMYK | 0 | 0.25 | 0.33 | 0.44 |
| HSL | 14.04º | 0.2% | 0.47% | - |
| HSV(B) | 14.04º | 0.33% | 0.56% | - |
| XYZ | 18.7 | 17.2 | 13.4 | - |
| YUV | 116.51 | 116.43 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 96 | 0 | 0.25 | 0.33 | 0.44 | 14.04 | 0.2 | 0.47 |
| Hex | 8F | 6B | 60 | 0 | 19 | 21 | 2C | E | 14 | 2F |
| Octal | 217 | 153 | 140 | 0 | 31 | 41 | 54 | 16 | 24 | 57 |
| Binary | 10001111 | 1101011 | 1100000 | 0 | 11001 | 100001 | 101100 | 1110 | 10100 | 101111 |
Color Harmonies of #8F6B60
Complementary color
Monochromatic Colors of #8F6B60
Black with #8F6B60
Text Example
Text Example
White with #8F6B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6B60; }
p { color: rgb(143,107,96); }
H1.HeaderClassName
{
color: #8F6B60;
}
.AnyTagClassName
{
color: #8F6B60;
}
</style>
background-color css
<style>
a { background-color: #8F6B60; }
a { background-color: rgb(143,107,96); }
div.DivClassName
{
background-color: #8F6B60;
}
.BgClassName
{
background-color: #8F6B60;
}
</style>
border-color css
<style>
span { border-color: #8F6B60; }
span { border-color: rgb(143,107,96); }
td.TdClassName
{
border-color: #8F6B60;
}
.TagClassName
{
border-color: #8F6B60;
}
</style>