Shades of Dark Chestnut #8F6559
Tints of Dark Chestnut #8F6559
RGB
CMYK
RGB Variations
Color information
#8F6559 (or 0x8F6559) is known color: Dark Chestnut. HEX triplet: 8F, 65 and 59. RGB value is (143,101,89). Sum of RGB (Red+Green+Blue) = 143+101+89=333 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.94% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6559 is #709AA6. Grayscale: #707070. Windows color (decimal): -7379623 or 5858703. OLE color: 5858703.
HSL color Cylindrical-coordinate representation of color #8F6559: hue angle of 13.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F6559 is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 101 | 89 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.44 |
| HSL | 13.33º | 0.23% | 0.45% | - |
| HSV(B) | 13.33º | 0.38% | 0.56% | - |
| XYZ | 17.78 | 15.87 | 11.58 | - |
| YUV | 112.19 | 114.91 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 101 | 89 | 0 | 0.29 | 0.38 | 0.44 | 13.33 | 0.23 | 0.45 |
| Hex | 8F | 65 | 59 | 0 | 1D | 26 | 2C | D | 17 | 2D |
| Octal | 217 | 145 | 131 | 0 | 35 | 46 | 54 | 15 | 27 | 55 |
| Binary | 10001111 | 1100101 | 1011001 | 0 | 11101 | 100110 | 101100 | 1101 | 10111 | 101101 |
Color Harmonies of #8F6559
Complementary color
Monochromatic Colors of #8F6559
Black with #8F6559
Text Example
Text Example
White with #8F6559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6559; }
p { color: rgb(143,101,89); }
H1.HeaderClassName
{
color: #8F6559;
}
.AnyTagClassName
{
color: #8F6559;
}
</style>
background-color css
<style>
a { background-color: #8F6559; }
a { background-color: rgb(143,101,89); }
div.DivClassName
{
background-color: #8F6559;
}
.BgClassName
{
background-color: #8F6559;
}
</style>
border-color css
<style>
span { border-color: #8F6559; }
span { border-color: rgb(143,101,89); }
td.TdClassName
{
border-color: #8F6559;
}
.TagClassName
{
border-color: #8F6559;
}
</style>