Shades of Dark Chestnut #8D6761
Tints of Dark Chestnut #8D6761
RGB
CMYK
RGB Variations
Color information
#8D6761 (or 0x8D6761) is known color: Dark Chestnut. HEX triplet: 8D, 67 and 61. RGB value is (141,103,97). Sum of RGB (Red+Green+Blue) = 141+103+97=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6761 is #72989E. Grayscale: #717171. Windows color (decimal): -7510175 or 6383501. OLE color: 6383501.
HSL color Cylindrical-coordinate representation of color #8D6761: hue angle of 8.18º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D6761 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 103 | 97 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.45 |
| HSL | 8.18º | 0.18% | 0.47% | - |
| HSV(B) | 8.18º | 0.31% | 0.55% | - |
| XYZ | 17.99 | 16.23 | 13.49 | - |
| YUV | 113.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 103 | 97 | 0 | 0.27 | 0.31 | 0.45 | 8.18 | 0.18 | 0.47 |
| Hex | 8D | 67 | 61 | 0 | 1B | 1F | 2D | 8 | 12 | 2F |
| Octal | 215 | 147 | 141 | 0 | 33 | 37 | 55 | 10 | 22 | 57 |
| Binary | 10001101 | 1100111 | 1100001 | 0 | 11011 | 11111 | 101101 | 1000 | 10010 | 101111 |
Color Harmonies of #8D6761
Complementary color
Monochromatic Colors of #8D6761
Black with #8D6761
Text Example
Text Example
White with #8D6761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6761; }
p { color: rgb(141,103,97); }
H1.HeaderClassName
{
color: #8D6761;
}
.AnyTagClassName
{
color: #8D6761;
}
</style>
background-color css
<style>
a { background-color: #8D6761; }
a { background-color: rgb(141,103,97); }
div.DivClassName
{
background-color: #8D6761;
}
.BgClassName
{
background-color: #8D6761;
}
</style>
border-color css
<style>
span { border-color: #8D6761; }
span { border-color: rgb(141,103,97); }
td.TdClassName
{
border-color: #8D6761;
}
.TagClassName
{
border-color: #8D6761;
}
</style>