Shades of Shadow #87694C
Tints of Shadow #87694C
RGB
CMYK
RGB Variations
Color information
#87694C (or 0x87694C) is known color: Shadow. HEX triplet: 87, 69 and 4C. RGB value is (135,105,76). Sum of RGB (Red+Green+Blue) = 135+105+76=316 (41% of max value = 765). Red value is 135 (53.12% from 255 or 42.72% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 135 - color contains mainly: red. Hex color #87694C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87694C is #7896B3. Grayscale: #6E6E6E. Windows color (decimal): -7902900 or 5007751. OLE color: 5007751.
HSL color Cylindrical-coordinate representation of color #87694C: hue angle of 29.49º 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 #87694C is Cyan = 0, Magento = 0.22, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 105 | 76 | - |
| CMYK | 0 | 0.22 | 0.44 | 0.47 |
| HSL | 29.49º | 0.28% | 0.41% | - |
| HSV(B) | 29.49º | 0.44% | 0.53% | - |
| XYZ | 16.35 | 15.78 | 9.02 | - |
| YUV | 110.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 76 | 0 | 0.22 | 0.44 | 0.47 | 29.49 | 0.28 | 0.41 |
| Hex | 87 | 69 | 4C | 0 | 16 | 2C | 2F | 1D | 1C | 29 |
| Octal | 207 | 151 | 114 | 0 | 26 | 54 | 57 | 35 | 34 | 51 |
| Binary | 10000111 | 1101001 | 1001100 | 0 | 10110 | 101100 | 101111 | 11101 | 11100 | 101001 |
Color Harmonies of #87694C
Complementary color
Monochromatic Colors of #87694C
Black with #87694C
Text Example
Text Example
White with #87694C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87694C; }
p { color: rgb(135,105,76); }
H1.HeaderClassName
{
color: #87694C;
}
.AnyTagClassName
{
color: #87694C;
}
</style>
background-color css
<style>
a { background-color: #87694C; }
a { background-color: rgb(135,105,76); }
div.DivClassName
{
background-color: #87694C;
}
.BgClassName
{
background-color: #87694C;
}
</style>
border-color css
<style>
span { border-color: #87694C; }
span { border-color: rgb(135,105,76); }
td.TdClassName
{
border-color: #87694C;
}
.TagClassName
{
border-color: #87694C;
}
</style>