Shades of Dark Wood #865E40
Tints of Dark Wood #865E40
RGB
CMYK
RGB Variations
Color information
#865E40 (or 0x865E40) is known color: Dark Wood. HEX triplet: 86, 5E and 40. RGB value is (134,94,64). Sum of RGB (Red+Green+Blue) = 134+94+64=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #865E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E40 is #79A1BF. Grayscale: #666666. Windows color (decimal): -7971264 or 4218502. OLE color: 4218502.
HSL color Cylindrical-coordinate representation of color #865E40: hue angle of 25.71º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #865E40 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 94 | 64 | - |
| CMYK | 0 | 0.30 | 0.52 | 0.47 |
| HSL | 25.71º | 0.35% | 0.39% | - |
| HSV(B) | 25.71º | 0.52% | 0.53% | - |
| XYZ | 14.76 | 13.44 | 6.67 | - |
| YUV | 102.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 94 | 64 | 0 | 0.30 | 0.52 | 0.47 | 25.71 | 0.35 | 0.39 |
| Hex | 86 | 5E | 40 | 0 | 1E | 34 | 2F | 1A | 23 | 27 |
| Octal | 206 | 136 | 100 | 0 | 36 | 64 | 57 | 32 | 43 | 47 |
| Binary | 10000110 | 1011110 | 1000000 | 0 | 11110 | 110100 | 101111 | 11010 | 100011 | 100111 |
Color Harmonies of #865E40
Complementary color
Monochromatic Colors of #865E40
Black with #865E40
Text Example
Text Example
White with #865E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865E40; }
p { color: rgb(134,94,64); }
H1.HeaderClassName
{
color: #865E40;
}
.AnyTagClassName
{
color: #865E40;
}
</style>
background-color css
<style>
a { background-color: #865E40; }
a { background-color: rgb(134,94,64); }
div.DivClassName
{
background-color: #865E40;
}
.BgClassName
{
background-color: #865E40;
}
</style>
border-color css
<style>
span { border-color: #865E40; }
span { border-color: rgb(134,94,64); }
td.TdClassName
{
border-color: #865E40;
}
.TagClassName
{
border-color: #865E40;
}
</style>