Shades of Dark Wood #86674C
Tints of Dark Wood #86674C
RGB
CMYK
RGB Variations
Color information
#86674C (or 0x86674C) is known color: Dark Wood. HEX triplet: 86, 67 and 4C. RGB value is (134,103,76). Sum of RGB (Red+Green+Blue) = 134+103+76=313 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.81% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 76 (30.08% from 255 or 24.28% from 313); Max value from RGB is 134 - color contains mainly: red. Hex color #86674C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86674C is #7998B3. Grayscale: #6D6D6D. Windows color (decimal): -7968948 or 5007238. OLE color: 5007238.
HSL color Cylindrical-coordinate representation of color #86674C: hue angle of 27.93º 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 #86674C is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 76 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.47 |
| HSL | 27.93º | 0.28% | 0.41% | - |
| HSV(B) | 27.93º | 0.43% | 0.53% | - |
| XYZ | 15.99 | 15.29 | 8.95 | - |
| YUV | 109.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 76 | 0 | 0.23 | 0.43 | 0.47 | 27.93 | 0.28 | 0.41 |
| Hex | 86 | 67 | 4C | 0 | 17 | 2B | 2F | 1C | 1C | 29 |
| Octal | 206 | 147 | 114 | 0 | 27 | 53 | 57 | 34 | 34 | 51 |
| Binary | 10000110 | 1100111 | 1001100 | 0 | 10111 | 101011 | 101111 | 11100 | 11100 | 101001 |
Color Harmonies of #86674C
Complementary color
Monochromatic Colors of #86674C
Black with #86674C
Text Example
Text Example
White with #86674C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86674C; }
p { color: rgb(134,103,76); }
H1.HeaderClassName
{
color: #86674C;
}
.AnyTagClassName
{
color: #86674C;
}
</style>
background-color css
<style>
a { background-color: #86674C; }
a { background-color: rgb(134,103,76); }
div.DivClassName
{
background-color: #86674C;
}
.BgClassName
{
background-color: #86674C;
}
</style>
border-color css
<style>
span { border-color: #86674C; }
span { border-color: rgb(134,103,76); }
td.TdClassName
{
border-color: #86674C;
}
.TagClassName
{
border-color: #86674C;
}
</style>