Shades of Dark Chestnut #8F675C
Tints of Dark Chestnut #8F675C
RGB
CMYK
RGB Variations
Color information
#8F675C (or 0x8F675C) is known color: Dark Chestnut. HEX triplet: 8F, 67 and 5C. RGB value is (143,103,92). Sum of RGB (Red+Green+Blue) = 143+103+92=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F675C is #7098A3. Grayscale: #717171. Windows color (decimal): -7379108 or 6055823. OLE color: 6055823.
HSL color Cylindrical-coordinate representation of color #8F675C: hue angle of 12.94º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F675C is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 92 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.44 |
| HSL | 12.94º | 0.22% | 0.46% | - |
| HSV(B) | 12.94º | 0.36% | 0.56% | - |
| XYZ | 18.11 | 16.31 | 12.32 | - |
| YUV | 113.71 | 115.75 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 92 | 0 | 0.28 | 0.36 | 0.44 | 12.94 | 0.22 | 0.46 |
| Hex | 8F | 67 | 5C | 0 | 1C | 24 | 2C | D | 16 | 2E |
| Octal | 217 | 147 | 134 | 0 | 34 | 44 | 54 | 15 | 26 | 56 |
| Binary | 10001111 | 1100111 | 1011100 | 0 | 11100 | 100100 | 101100 | 1101 | 10110 | 101110 |
Color Harmonies of #8F675C
Complementary color
Monochromatic Colors of #8F675C
Black with #8F675C
Text Example
Text Example
White with #8F675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F675C; }
p { color: rgb(143,103,92); }
H1.HeaderClassName
{
color: #8F675C;
}
.AnyTagClassName
{
color: #8F675C;
}
</style>
background-color css
<style>
a { background-color: #8F675C; }
a { background-color: rgb(143,103,92); }
div.DivClassName
{
background-color: #8F675C;
}
.BgClassName
{
background-color: #8F675C;
}
</style>
border-color css
<style>
span { border-color: #8F675C; }
span { border-color: rgb(143,103,92); }
td.TdClassName
{
border-color: #8F675C;
}
.TagClassName
{
border-color: #8F675C;
}
</style>