Shades of Dark Chestnut #8D645C
Tints of Dark Chestnut #8D645C
RGB
CMYK
RGB Variations
Color information
#8D645C (or 0x8D645C) is known color: Dark Chestnut. HEX triplet: 8D, 64 and 5C. RGB value is (141,100,92). Sum of RGB (Red+Green+Blue) = 141+100+92=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D645C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D645C is #729BA3. Grayscale: #6F6F6F. Windows color (decimal): -7510948 or 6055053. OLE color: 6055053.
HSL color Cylindrical-coordinate representation of color #8D645C: hue angle of 9.8º 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 #8D645C is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 100 | 92 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.45 |
| HSL | 9.8º | 0.21% | 0.46% | - |
| HSV(B) | 9.8º | 0.35% | 0.55% | - |
| XYZ | 17.47 | 15.55 | 12.21 | - |
| YUV | 111.35 | 117.08 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 100 | 92 | 0 | 0.29 | 0.35 | 0.45 | 9.8 | 0.21 | 0.46 |
| Hex | 8D | 64 | 5C | 0 | 1D | 23 | 2D | A | 15 | 2E |
| Octal | 215 | 144 | 134 | 0 | 35 | 43 | 55 | 12 | 25 | 56 |
| Binary | 10001101 | 1100100 | 1011100 | 0 | 11101 | 100011 | 101101 | 1010 | 10101 | 101110 |
Color Harmonies of #8D645C
Complementary color
Monochromatic Colors of #8D645C
Black with #8D645C
Text Example
Text Example
White with #8D645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D645C; }
p { color: rgb(141,100,92); }
H1.HeaderClassName
{
color: #8D645C;
}
.AnyTagClassName
{
color: #8D645C;
}
</style>
background-color css
<style>
a { background-color: #8D645C; }
a { background-color: rgb(141,100,92); }
div.DivClassName
{
background-color: #8D645C;
}
.BgClassName
{
background-color: #8D645C;
}
</style>
border-color css
<style>
span { border-color: #8D645C; }
span { border-color: rgb(141,100,92); }
td.TdClassName
{
border-color: #8D645C;
}
.TagClassName
{
border-color: #8D645C;
}
</style>