Shades of Dark Wood #86674B
Tints of Dark Wood #86674B
RGB
CMYK
RGB Variations
Color information
#86674B (or 0x86674B) is known color: Dark Wood. HEX triplet: 86, 67 and 4B. RGB value is (134,103,75). Sum of RGB (Red+Green+Blue) = 134+103+75=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #86674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86674B is #7998B4. Grayscale: #6D6D6D. Windows color (decimal): -7968949 or 4941702. OLE color: 4941702.
HSL color Cylindrical-coordinate representation of color #86674B: hue angle of 28.47º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #86674B is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 75 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.47 |
| HSL | 28.47º | 0.28% | 0.41% | - |
| HSV(B) | 28.47º | 0.44% | 0.53% | - |
| XYZ | 15.95 | 15.28 | 8.76 | - |
| YUV | 109.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 75 | 0 | 0.23 | 0.44 | 0.47 | 28.47 | 0.28 | 0.41 |
| Hex | 86 | 67 | 4B | 0 | 17 | 2C | 2F | 1C | 1C | 29 |
| Octal | 206 | 147 | 113 | 0 | 27 | 54 | 57 | 34 | 34 | 51 |
| Binary | 10000110 | 1100111 | 1001011 | 0 | 10111 | 101100 | 101111 | 11100 | 11100 | 101001 |
Color Harmonies of #86674B
Complementary color
Monochromatic Colors of #86674B
Black with #86674B
Text Example
Text Example
White with #86674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86674B; }
p { color: rgb(134,103,75); }
H1.HeaderClassName
{
color: #86674B;
}
.AnyTagClassName
{
color: #86674B;
}
</style>
background-color css
<style>
a { background-color: #86674B; }
a { background-color: rgb(134,103,75); }
div.DivClassName
{
background-color: #86674B;
}
.BgClassName
{
background-color: #86674B;
}
</style>
border-color css
<style>
span { border-color: #86674B; }
span { border-color: rgb(134,103,75); }
td.TdClassName
{
border-color: #86674B;
}
.TagClassName
{
border-color: #86674B;
}
</style>