Shades of Dark Wood #87684C
Tints of Dark Wood #87684C
RGB
CMYK
RGB Variations
Color information
#87684C (or 0x87684C) is known color: Dark Wood. HEX triplet: 87, 68 and 4C. RGB value is (135,104,76). Sum of RGB (Red+Green+Blue) = 135+104+76=315 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.86% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 135 - color contains mainly: red. Hex color #87684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87684C is #7897B3. Grayscale: #6E6E6E. Windows color (decimal): -7903156 or 5007495. OLE color: 5007495.
HSL color Cylindrical-coordinate representation of color #87684C: 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 #87684C is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 76 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.47 |
| HSL | 28.47º | 0.28% | 0.41% | - |
| HSV(B) | 28.47º | 0.44% | 0.53% | - |
| XYZ | 16.25 | 15.57 | 8.99 | - |
| YUV | 110.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 76 | 0 | 0.23 | 0.44 | 0.47 | 28.47 | 0.28 | 0.41 |
| Hex | 87 | 68 | 4C | 0 | 17 | 2C | 2F | 1C | 1C | 29 |
| Octal | 207 | 150 | 114 | 0 | 27 | 54 | 57 | 34 | 34 | 51 |
| Binary | 10000111 | 1101000 | 1001100 | 0 | 10111 | 101100 | 101111 | 11100 | 11100 | 101001 |
Color Harmonies of #87684C
Complementary color
Monochromatic Colors of #87684C
Black with #87684C
Text Example
Text Example
White with #87684C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87684C; }
p { color: rgb(135,104,76); }
H1.HeaderClassName
{
color: #87684C;
}
.AnyTagClassName
{
color: #87684C;
}
</style>
background-color css
<style>
a { background-color: #87684C; }
a { background-color: rgb(135,104,76); }
div.DivClassName
{
background-color: #87684C;
}
.BgClassName
{
background-color: #87684C;
}
</style>
border-color css
<style>
span { border-color: #87684C; }
span { border-color: rgb(135,104,76); }
td.TdClassName
{
border-color: #87684C;
}
.TagClassName
{
border-color: #87684C;
}
</style>