Shades of Dark Wood #86613F
Tints of Dark Wood #86613F
RGB
CMYK
RGB Variations
Color information
#86613F (or 0x86613F) is known color: Dark Wood. HEX triplet: 86, 61 and 3F. RGB value is (134,97,63). Sum of RGB (Red+Green+Blue) = 134+97+63=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86613F is #799EC0. Grayscale: #686868. Windows color (decimal): -7970497 or 4153734. OLE color: 4153734.
HSL color Cylindrical-coordinate representation of color #86613F: hue angle of 28.73º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #86613F is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 97 | 63 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.47 |
| HSL | 28.73º | 0.36% | 0.39% | - |
| HSV(B) | 28.73º | 0.53% | 0.53% | - |
| XYZ | 15 | 13.98 | 6.61 | - |
| YUV | 104.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 97 | 63 | 0 | 0.28 | 0.53 | 0.47 | 28.73 | 0.36 | 0.39 |
| Hex | 86 | 61 | 3F | 0 | 1C | 35 | 2F | 1D | 24 | 27 |
| Octal | 206 | 141 | 77 | 0 | 34 | 65 | 57 | 35 | 44 | 47 |
| Binary | 10000110 | 1100001 | 111111 | 0 | 11100 | 110101 | 101111 | 11101 | 100100 | 100111 |
Color Harmonies of #86613F
Complementary color
Monochromatic Colors of #86613F
Black with #86613F
Text Example
Text Example
White with #86613F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86613F; }
p { color: rgb(134,97,63); }
H1.HeaderClassName
{
color: #86613F;
}
.AnyTagClassName
{
color: #86613F;
}
</style>
background-color css
<style>
a { background-color: #86613F; }
a { background-color: rgb(134,97,63); }
div.DivClassName
{
background-color: #86613F;
}
.BgClassName
{
background-color: #86613F;
}
</style>
border-color css
<style>
span { border-color: #86613F; }
span { border-color: rgb(134,97,63); }
td.TdClassName
{
border-color: #86613F;
}
.TagClassName
{
border-color: #86613F;
}
</style>