Shades of Dark Wood #86603E
Tints of Dark Wood #86603E
RGB
CMYK
RGB Variations
Color information
#86603E (or 0x86603E) is known color: Dark Wood. HEX triplet: 86, 60 and 3E. RGB value is (134,96,62). Sum of RGB (Red+Green+Blue) = 134+96+62=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 96 (37.89% from 255 or 32.88% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86603E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86603E is #799FC1. Grayscale: #676767. Windows color (decimal): -7970754 or 4087942. OLE color: 4087942.
HSL color Cylindrical-coordinate representation of color #86603E: hue angle of 28.33º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86603E is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 62 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.47 |
| HSL | 28.33º | 0.37% | 0.38% | - |
| HSV(B) | 28.33º | 0.54% | 0.53% | - |
| XYZ | 14.88 | 13.78 | 6.43 | - |
| YUV | 103.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 62 | 0 | 0.28 | 0.54 | 0.47 | 28.33 | 0.37 | 0.38 |
| Hex | 86 | 60 | 3E | 0 | 1C | 36 | 2F | 1C | 25 | 26 |
| Octal | 206 | 140 | 76 | 0 | 34 | 66 | 57 | 34 | 45 | 46 |
| Binary | 10000110 | 1100000 | 111110 | 0 | 11100 | 110110 | 101111 | 11100 | 100101 | 100110 |
Color Harmonies of #86603E
Complementary color
Monochromatic Colors of #86603E
Black with #86603E
Text Example
Text Example
White with #86603E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86603E; }
p { color: rgb(134,96,62); }
H1.HeaderClassName
{
color: #86603E;
}
.AnyTagClassName
{
color: #86603E;
}
</style>
background-color css
<style>
a { background-color: #86603E; }
a { background-color: rgb(134,96,62); }
div.DivClassName
{
background-color: #86603E;
}
.BgClassName
{
background-color: #86603E;
}
</style>
border-color css
<style>
span { border-color: #86603E; }
span { border-color: rgb(134,96,62); }
td.TdClassName
{
border-color: #86603E;
}
.TagClassName
{
border-color: #86603E;
}
</style>