Shades of Dark Chestnut #8D665D
Tints of Dark Chestnut #8D665D
RGB
CMYK
RGB Variations
Color information
#8D665D (or 0x8D665D) is known color: Dark Chestnut. HEX triplet: 8D, 66 and 5D. RGB value is (141,102,93). Sum of RGB (Red+Green+Blue) = 141+102+93=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D665D is #7299A2. Grayscale: #707070. Windows color (decimal): -7510435 or 6121101. OLE color: 6121101.
HSL color Cylindrical-coordinate representation of color #8D665D: hue angle of 11.25º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D665D is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 93 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.45 |
| HSL | 11.25º | 0.21% | 0.46% | - |
| HSV(B) | 11.25º | 0.34% | 0.55% | - |
| XYZ | 17.71 | 15.96 | 12.5 | - |
| YUV | 112.64 | 116.92 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 93 | 0 | 0.28 | 0.34 | 0.45 | 11.25 | 0.21 | 0.46 |
| Hex | 8D | 66 | 5D | 0 | 1C | 22 | 2D | B | 15 | 2E |
| Octal | 215 | 146 | 135 | 0 | 34 | 42 | 55 | 13 | 25 | 56 |
| Binary | 10001101 | 1100110 | 1011101 | 0 | 11100 | 100010 | 101101 | 1011 | 10101 | 101110 |
Color Harmonies of #8D665D
Complementary color
Monochromatic Colors of #8D665D
Black with #8D665D
Text Example
Text Example
White with #8D665D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D665D; }
p { color: rgb(141,102,93); }
H1.HeaderClassName
{
color: #8D665D;
}
.AnyTagClassName
{
color: #8D665D;
}
</style>
background-color css
<style>
a { background-color: #8D665D; }
a { background-color: rgb(141,102,93); }
div.DivClassName
{
background-color: #8D665D;
}
.BgClassName
{
background-color: #8D665D;
}
</style>
border-color css
<style>
span { border-color: #8D665D; }
span { border-color: rgb(141,102,93); }
td.TdClassName
{
border-color: #8D665D;
}
.TagClassName
{
border-color: #8D665D;
}
</style>