Shades of Dark Chestnut #8D695F
Tints of Dark Chestnut #8D695F
RGB
CMYK
RGB Variations
Color information
#8D695F (or 0x8D695F) is known color: Dark Chestnut. HEX triplet: 8D, 69 and 5F. RGB value is (141,105,95). Sum of RGB (Red+Green+Blue) = 141+105+95=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D695F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D695F is #7296A0. Grayscale: #727272. Windows color (decimal): -7509665 or 6252941. OLE color: 6252941.
HSL color Cylindrical-coordinate representation of color #8D695F: hue angle of 13.04º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8D695F is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 105 | 95 | - |
| CMYK | 0 | 0.26 | 0.33 | 0.45 |
| HSL | 13.04º | 0.19% | 0.46% | - |
| HSV(B) | 13.04º | 0.33% | 0.55% | - |
| XYZ | 18.1 | 16.59 | 13.08 | - |
| YUV | 114.62 | 116.93 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 105 | 95 | 0 | 0.26 | 0.33 | 0.45 | 13.04 | 0.19 | 0.46 |
| Hex | 8D | 69 | 5F | 0 | 1A | 21 | 2D | D | 13 | 2E |
| Octal | 215 | 151 | 137 | 0 | 32 | 41 | 55 | 15 | 23 | 56 |
| Binary | 10001101 | 1101001 | 1011111 | 0 | 11010 | 100001 | 101101 | 1101 | 10011 | 101110 |
Color Harmonies of #8D695F
Complementary color
Monochromatic Colors of #8D695F
Black with #8D695F
Text Example
Text Example
White with #8D695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D695F; }
p { color: rgb(141,105,95); }
H1.HeaderClassName
{
color: #8D695F;
}
.AnyTagClassName
{
color: #8D695F;
}
</style>
background-color css
<style>
a { background-color: #8D695F; }
a { background-color: rgb(141,105,95); }
div.DivClassName
{
background-color: #8D695F;
}
.BgClassName
{
background-color: #8D695F;
}
</style>
border-color css
<style>
span { border-color: #8D695F; }
span { border-color: rgb(141,105,95); }
td.TdClassName
{
border-color: #8D695F;
}
.TagClassName
{
border-color: #8D695F;
}
</style>