Shades of Dark Chestnut #8D675C
Tints of Dark Chestnut #8D675C
RGB
CMYK
RGB Variations
Color information
#8D675C (or 0x8D675C) is known color: Dark Chestnut. HEX triplet: 8D, 67 and 5C. RGB value is (141,103,92). Sum of RGB (Red+Green+Blue) = 141+103+92=336 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.96% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 92 (36.33% from 255 or 27.38% from 336); Max value from RGB is 141 - color contains mainly: red. Hex color #8D675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D675C is #7298A3. Grayscale: #717171. Windows color (decimal): -7510180 or 6055821. OLE color: 6055821.
HSL color Cylindrical-coordinate representation of color #8D675C: hue angle of 13.47º 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 #8D675C is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 92 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.45 |
| HSL | 13.47º | 0.21% | 0.46% | - |
| HSV(B) | 13.47º | 0.35% | 0.55% | - |
| XYZ | 17.77 | 16.14 | 12.3 | - |
| YUV | 113.11 | 116.09 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 92 | 0 | 0.27 | 0.35 | 0.45 | 13.47 | 0.21 | 0.46 |
| Hex | 8D | 67 | 5C | 0 | 1B | 23 | 2D | D | 15 | 2E |
| Octal | 215 | 147 | 134 | 0 | 33 | 43 | 55 | 15 | 25 | 56 |
| Binary | 10001101 | 1100111 | 1011100 | 0 | 11011 | 100011 | 101101 | 1101 | 10101 | 101110 |
Color Harmonies of #8D675C
Complementary color
Monochromatic Colors of #8D675C
Black with #8D675C
Text Example
Text Example
White with #8D675C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D675C; }
p { color: rgb(141,103,92); }
H1.HeaderClassName
{
color: #8D675C;
}
.AnyTagClassName
{
color: #8D675C;
}
</style>
background-color css
<style>
a { background-color: #8D675C; }
a { background-color: rgb(141,103,92); }
div.DivClassName
{
background-color: #8D675C;
}
.BgClassName
{
background-color: #8D675C;
}
</style>
border-color css
<style>
span { border-color: #8D675C; }
span { border-color: rgb(141,103,92); }
td.TdClassName
{
border-color: #8D675C;
}
.TagClassName
{
border-color: #8D675C;
}
</style>