Shades of Dark Chestnut #8B685E
Tints of Dark Chestnut #8B685E
RGB
CMYK
RGB Variations
Color information
#8B685E (or 0x8B685E) is known color: Dark Chestnut. HEX triplet: 8B, 68 and 5E. RGB value is (139,104,94). Sum of RGB (Red+Green+Blue) = 139+104+94=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B685E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B685E is #7497A1. Grayscale: #717171. Windows color (decimal): -7640994 or 6187147. OLE color: 6187147.
HSL color Cylindrical-coordinate representation of color #8B685E: hue angle of 13.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B685E is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 94 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.45 |
| HSL | 13.33º | 0.19% | 0.46% | - |
| HSV(B) | 13.33º | 0.32% | 0.55% | - |
| XYZ | 17.62 | 16.2 | 12.79 | - |
| YUV | 113.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 94 | 0 | 0.25 | 0.32 | 0.45 | 13.33 | 0.19 | 0.46 |
| Hex | 8B | 68 | 5E | 0 | 19 | 20 | 2D | D | 13 | 2E |
| Octal | 213 | 150 | 136 | 0 | 31 | 40 | 55 | 15 | 23 | 56 |
| Binary | 10001011 | 1101000 | 1011110 | 0 | 11001 | 100000 | 101101 | 1101 | 10011 | 101110 |
Color Harmonies of #8B685E
Complementary color
Monochromatic Colors of #8B685E
Black with #8B685E
Text Example
Text Example
White with #8B685E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B685E; }
p { color: rgb(139,104,94); }
H1.HeaderClassName
{
color: #8B685E;
}
.AnyTagClassName
{
color: #8B685E;
}
</style>
background-color css
<style>
a { background-color: #8B685E; }
a { background-color: rgb(139,104,94); }
div.DivClassName
{
background-color: #8B685E;
}
.BgClassName
{
background-color: #8B685E;
}
</style>
border-color css
<style>
span { border-color: #8B685E; }
span { border-color: rgb(139,104,94); }
td.TdClassName
{
border-color: #8B685E;
}
.TagClassName
{
border-color: #8B685E;
}
</style>