Shades of Dark Chestnut #8F6962
Tints of Dark Chestnut #8F6962
RGB
CMYK
RGB Variations
Color information
#8F6962 (or 0x8F6962) is known color: Dark Chestnut. HEX triplet: 8F, 69 and 62. RGB value is (143,105,98). Sum of RGB (Red+Green+Blue) = 143+105+98=346 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.33% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6962 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6962 is #70969D. Grayscale: #737373. Windows color (decimal): -7378590 or 6449551. OLE color: 6449551.
HSL color Cylindrical-coordinate representation of color #8F6962: hue angle of 9.33º degrees, saturation: 0.19, 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 #8F6962 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 105 | 98 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.44 |
| HSL | 9.33º | 0.19% | 0.47% | - |
| HSV(B) | 9.33º | 0.31% | 0.56% | - |
| XYZ | 18.58 | 16.82 | 13.82 | - |
| YUV | 115.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 105 | 98 | 0 | 0.27 | 0.31 | 0.44 | 9.33 | 0.19 | 0.47 |
| Hex | 8F | 69 | 62 | 0 | 1B | 1F | 2C | 9 | 13 | 2F |
| Octal | 217 | 151 | 142 | 0 | 33 | 37 | 54 | 11 | 23 | 57 |
| Binary | 10001111 | 1101001 | 1100010 | 0 | 11011 | 11111 | 101100 | 1001 | 10011 | 101111 |
Color Harmonies of #8F6962
Complementary color
Monochromatic Colors of #8F6962
Black with #8F6962
Text Example
Text Example
White with #8F6962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6962; }
p { color: rgb(143,105,98); }
H1.HeaderClassName
{
color: #8F6962;
}
.AnyTagClassName
{
color: #8F6962;
}
</style>
background-color css
<style>
a { background-color: #8F6962; }
a { background-color: rgb(143,105,98); }
div.DivClassName
{
background-color: #8F6962;
}
.BgClassName
{
background-color: #8F6962;
}
</style>
border-color css
<style>
span { border-color: #8F6962; }
span { border-color: rgb(143,105,98); }
td.TdClassName
{
border-color: #8F6962;
}
.TagClassName
{
border-color: #8F6962;
}
</style>