Shades of Dark Wood #86664C
Tints of Dark Wood #86664C
RGB
CMYK
RGB Variations
Color information
#86664C (or 0x86664C) is known color: Dark Wood. HEX triplet: 86, 66 and 4C. RGB value is (134,102,76). Sum of RGB (Red+Green+Blue) = 134+102+76=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 102 (40.23% from 255 or 32.69% from 312); Blue value is 76 (30.08% from 255 or 24.36% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86664C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86664C is #7999B3. Grayscale: #6C6C6C. Windows color (decimal): -7969204 or 5006982. OLE color: 5006982.
HSL color Cylindrical-coordinate representation of color #86664C: hue angle of 26.9º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86664C is Cyan = 0, Magento = 0.24, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 102 | 76 | - |
| CMYK | 0 | 0.24 | 0.43 | 0.47 |
| HSL | 26.9º | 0.28% | 0.41% | - |
| HSV(B) | 26.9º | 0.43% | 0.53% | - |
| XYZ | 15.89 | 15.09 | 8.91 | - |
| YUV | 108.6 | 109.6 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 76 | 0 | 0.24 | 0.43 | 0.47 | 26.9 | 0.28 | 0.41 |
| Hex | 86 | 66 | 4C | 0 | 18 | 2B | 2F | 1B | 1C | 29 |
| Octal | 206 | 146 | 114 | 0 | 30 | 53 | 57 | 33 | 34 | 51 |
| Binary | 10000110 | 1100110 | 1001100 | 0 | 11000 | 101011 | 101111 | 11011 | 11100 | 101001 |
Color Harmonies of #86664C
Complementary color
Monochromatic Colors of #86664C
Black with #86664C
Text Example
Text Example
White with #86664C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86664C; }
p { color: rgb(134,102,76); }
H1.HeaderClassName
{
color: #86664C;
}
.AnyTagClassName
{
color: #86664C;
}
</style>
background-color css
<style>
a { background-color: #86664C; }
a { background-color: rgb(134,102,76); }
div.DivClassName
{
background-color: #86664C;
}
.BgClassName
{
background-color: #86664C;
}
</style>
border-color css
<style>
span { border-color: #86664C; }
span { border-color: rgb(134,102,76); }
td.TdClassName
{
border-color: #86664C;
}
.TagClassName
{
border-color: #86664C;
}
</style>