Shades of Dark Chestnut #8F675D
Tints of Dark Chestnut #8F675D
RGB
CMYK
RGB Variations
Color information
#8F675D (or 0x8F675D) is known color: Dark Chestnut. HEX triplet: 8F, 67 and 5D. RGB value is (143,103,93). Sum of RGB (Red+Green+Blue) = 143+103+93=339 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.18% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 143 - color contains mainly: red. Hex color #8F675D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F675D is #7098A2. Grayscale: #717171. Windows color (decimal): -7379107 or 6121359. OLE color: 6121359.
HSL color Cylindrical-coordinate representation of color #8F675D: hue angle of 12º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F675D is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 93 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.44 |
| HSL | 12º | 0.21% | 0.46% | - |
| HSV(B) | 12º | 0.35% | 0.56% | - |
| XYZ | 18.15 | 16.33 | 12.55 | - |
| YUV | 113.82 | 116.25 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 93 | 0 | 0.28 | 0.35 | 0.44 | 12 | 0.21 | 0.46 |
| Hex | 8F | 67 | 5D | 0 | 1C | 23 | 2C | C | 15 | 2E |
| Octal | 217 | 147 | 135 | 0 | 34 | 43 | 54 | 14 | 25 | 56 |
| Binary | 10001111 | 1100111 | 1011101 | 0 | 11100 | 100011 | 101100 | 1100 | 10101 | 101110 |
Color Harmonies of #8F675D
Complementary color
Monochromatic Colors of #8F675D
Black with #8F675D
Text Example
Text Example
White with #8F675D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F675D; }
p { color: rgb(143,103,93); }
H1.HeaderClassName
{
color: #8F675D;
}
.AnyTagClassName
{
color: #8F675D;
}
</style>
background-color css
<style>
a { background-color: #8F675D; }
a { background-color: rgb(143,103,93); }
div.DivClassName
{
background-color: #8F675D;
}
.BgClassName
{
background-color: #8F675D;
}
</style>
border-color css
<style>
span { border-color: #8F675D; }
span { border-color: rgb(143,103,93); }
td.TdClassName
{
border-color: #8F675D;
}
.TagClassName
{
border-color: #8F675D;
}
</style>