Shades of Dark Chestnut #8F7269
Tints of Dark Chestnut #8F7269
RGB
CMYK
RGB Variations
Color information
#8F7269 (or 0x8F7269) is known color: Dark Chestnut. HEX triplet: 8F, 72 and 69. RGB value is (143,114,105). Sum of RGB (Red+Green+Blue) = 143+114+105=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 105 (41.41% from 255 or 29.01% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F7269 is #708D96. Grayscale: #797979. Windows color (decimal): -7376279 or 6910607. OLE color: 6910607.
HSL color Cylindrical-coordinate representation of color #8F7269: hue angle of 14.21º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F7269 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 114 | 105 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.44 |
| HSL | 14.21º | 0.15% | 0.49% | - |
| HSV(B) | 14.21º | 0.27% | 0.56% | - |
| XYZ | 19.89 | 18.89 | 15.96 | - |
| YUV | 121.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 114 | 105 | 0 | 0.20 | 0.27 | 0.44 | 14.21 | 0.15 | 0.49 |
| Hex | 8F | 72 | 69 | 0 | 14 | 1B | 2C | E | F | 31 |
| Octal | 217 | 162 | 151 | 0 | 24 | 33 | 54 | 16 | 17 | 61 |
| Binary | 10001111 | 1110010 | 1101001 | 0 | 10100 | 11011 | 101100 | 1110 | 1111 | 110001 |
Color Harmonies of #8F7269
Complementary color
Monochromatic Colors of #8F7269
Black with #8F7269
Text Example
Text Example
White with #8F7269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7269; }
p { color: rgb(143,114,105); }
H1.HeaderClassName
{
color: #8F7269;
}
.AnyTagClassName
{
color: #8F7269;
}
</style>
background-color css
<style>
a { background-color: #8F7269; }
a { background-color: rgb(143,114,105); }
div.DivClassName
{
background-color: #8F7269;
}
.BgClassName
{
background-color: #8F7269;
}
</style>
border-color css
<style>
span { border-color: #8F7269; }
span { border-color: rgb(143,114,105); }
td.TdClassName
{
border-color: #8F7269;
}
.TagClassName
{
border-color: #8F7269;
}
</style>