Shades of Dark Chestnut #8D665C
Tints of Dark Chestnut #8D665C
RGB
CMYK
RGB Variations
Color information
#8D665C (or 0x8D665C) is known color: Dark Chestnut. HEX triplet: 8D, 66 and 5C. RGB value is (141,102,92). Sum of RGB (Red+Green+Blue) = 141+102+92=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D665C is #7299A3. Grayscale: #707070. Windows color (decimal): -7510436 or 6055565. OLE color: 6055565.
HSL color Cylindrical-coordinate representation of color #8D665C: hue angle of 12.24º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D665C is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 102 | 92 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.45 |
| HSL | 12.24º | 0.21% | 0.46% | - |
| HSV(B) | 12.24º | 0.35% | 0.55% | - |
| XYZ | 17.67 | 15.94 | 12.27 | - |
| YUV | 112.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 102 | 92 | 0 | 0.28 | 0.35 | 0.45 | 12.24 | 0.21 | 0.46 |
| Hex | 8D | 66 | 5C | 0 | 1C | 23 | 2D | C | 15 | 2E |
| Octal | 215 | 146 | 134 | 0 | 34 | 43 | 55 | 14 | 25 | 56 |
| Binary | 10001101 | 1100110 | 1011100 | 0 | 11100 | 100011 | 101101 | 1100 | 10101 | 101110 |
Color Harmonies of #8D665C
Complementary color
Monochromatic Colors of #8D665C
Black with #8D665C
Text Example
Text Example
White with #8D665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D665C; }
p { color: rgb(141,102,92); }
H1.HeaderClassName
{
color: #8D665C;
}
.AnyTagClassName
{
color: #8D665C;
}
</style>
background-color css
<style>
a { background-color: #8D665C; }
a { background-color: rgb(141,102,92); }
div.DivClassName
{
background-color: #8D665C;
}
.BgClassName
{
background-color: #8D665C;
}
</style>
border-color css
<style>
span { border-color: #8D665C; }
span { border-color: rgb(141,102,92); }
td.TdClassName
{
border-color: #8D665C;
}
.TagClassName
{
border-color: #8D665C;
}
</style>