Shades of Dark Chestnut #8D7067
Tints of Dark Chestnut #8D7067
RGB
CMYK
RGB Variations
Color information
#8D7067 (or 0x8D7067) is known color: Dark Chestnut. HEX triplet: 8D, 70 and 67. RGB value is (141,112,103). Sum of RGB (Red+Green+Blue) = 141+112+103=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7067 is #728F98. Grayscale: #777777. Windows color (decimal): -7507865 or 6779021. OLE color: 6779021.
HSL color Cylindrical-coordinate representation of color #8D7067: hue angle of 14.21º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8D7067 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 103 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.45 |
| HSL | 14.21º | 0.16% | 0.48% | - |
| HSV(B) | 14.21º | 0.27% | 0.55% | - |
| XYZ | 19.23 | 18.23 | 15.34 | - |
| YUV | 119.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 103 | 0 | 0.21 | 0.27 | 0.45 | 14.21 | 0.16 | 0.48 |
| Hex | 8D | 70 | 67 | 0 | 15 | 1B | 2D | E | 10 | 30 |
| Octal | 215 | 160 | 147 | 0 | 25 | 33 | 55 | 16 | 20 | 60 |
| Binary | 10001101 | 1110000 | 1100111 | 0 | 10101 | 11011 | 101101 | 1110 | 10000 | 110000 |
Color Harmonies of #8D7067
Complementary color
Monochromatic Colors of #8D7067
Black with #8D7067
Text Example
Text Example
White with #8D7067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7067; }
p { color: rgb(141,112,103); }
H1.HeaderClassName
{
color: #8D7067;
}
.AnyTagClassName
{
color: #8D7067;
}
</style>
background-color css
<style>
a { background-color: #8D7067; }
a { background-color: rgb(141,112,103); }
div.DivClassName
{
background-color: #8D7067;
}
.BgClassName
{
background-color: #8D7067;
}
</style>
border-color css
<style>
span { border-color: #8D7067; }
span { border-color: rgb(141,112,103); }
td.TdClassName
{
border-color: #8D7067;
}
.TagClassName
{
border-color: #8D7067;
}
</style>