Shades of Dark Chestnut #8D665E
Tints of Dark Chestnut #8D665E
RGB
CMYK
RGB Variations
Color information
#8D665E (or 0x8D665E) is known color: Dark Chestnut. HEX triplet: 8D, 66 and 5E. RGB value is (141,102,94). Sum of RGB (Red+Green+Blue) = 141+102+94=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D665E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D665E is #7299A1. Grayscale: #707070. Windows color (decimal): -7510434 or 6186637. OLE color: 6186637.
HSL color Cylindrical-coordinate representation of color #8D665E: hue angle of 10.21º degrees, saturation: 0.2, 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 #8D665E is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 94 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.45 |
| HSL | 10.21º | 0.2% | 0.46% | - |
| HSV(B) | 10.21º | 0.33% | 0.55% | - |
| XYZ | 17.76 | 15.97 | 12.74 | - |
| YUV | 112.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 94 | 0 | 0.28 | 0.33 | 0.45 | 10.21 | 0.2 | 0.46 |
| Hex | 8D | 66 | 5E | 0 | 1C | 21 | 2D | A | 14 | 2E |
| Octal | 215 | 146 | 136 | 0 | 34 | 41 | 55 | 12 | 24 | 56 |
| Binary | 10001101 | 1100110 | 1011110 | 0 | 11100 | 100001 | 101101 | 1010 | 10100 | 101110 |
Color Harmonies of #8D665E
Complementary color
Monochromatic Colors of #8D665E
Black with #8D665E
Text Example
Text Example
White with #8D665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D665E; }
p { color: rgb(141,102,94); }
H1.HeaderClassName
{
color: #8D665E;
}
.AnyTagClassName
{
color: #8D665E;
}
</style>
background-color css
<style>
a { background-color: #8D665E; }
a { background-color: rgb(141,102,94); }
div.DivClassName
{
background-color: #8D665E;
}
.BgClassName
{
background-color: #8D665E;
}
</style>
border-color css
<style>
span { border-color: #8D665E; }
span { border-color: rgb(141,102,94); }
td.TdClassName
{
border-color: #8D665E;
}
.TagClassName
{
border-color: #8D665E;
}
</style>