Shades of Dark Wood #86684A
Tints of Dark Wood #86684A
RGB
CMYK
RGB Variations
Color information
#86684A (or 0x86684A) is known color: Dark Wood. HEX triplet: 86, 68 and 4A. RGB value is (134,104,74). Sum of RGB (Red+Green+Blue) = 134+104+74=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86684A is #7997B5. Grayscale: #6D6D6D. Windows color (decimal): -7968694 or 4876422. OLE color: 4876422.
HSL color Cylindrical-coordinate representation of color #86684A: hue angle of 30º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86684A is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 74 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.47 |
| HSL | 30º | 0.29% | 0.41% | - |
| HSV(B) | 30º | 0.45% | 0.53% | - |
| XYZ | 16.02 | 15.46 | 8.62 | - |
| YUV | 109.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 74 | 0 | 0.22 | 0.45 | 0.47 | 30 | 0.29 | 0.41 |
| Hex | 86 | 68 | 4A | 0 | 16 | 2D | 2F | 1E | 1D | 29 |
| Octal | 206 | 150 | 112 | 0 | 26 | 55 | 57 | 36 | 35 | 51 |
| Binary | 10000110 | 1101000 | 1001010 | 0 | 10110 | 101101 | 101111 | 11110 | 11101 | 101001 |
Color Harmonies of #86684A
Complementary color
Monochromatic Colors of #86684A
Black with #86684A
Text Example
Text Example
White with #86684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86684A; }
p { color: rgb(134,104,74); }
H1.HeaderClassName
{
color: #86684A;
}
.AnyTagClassName
{
color: #86684A;
}
</style>
background-color css
<style>
a { background-color: #86684A; }
a { background-color: rgb(134,104,74); }
div.DivClassName
{
background-color: #86684A;
}
.BgClassName
{
background-color: #86684A;
}
</style>
border-color css
<style>
span { border-color: #86684A; }
span { border-color: rgb(134,104,74); }
td.TdClassName
{
border-color: #86684A;
}
.TagClassName
{
border-color: #86684A;
}
</style>