Shades of Shadow #867341
Tints of Shadow #867341
RGB
CMYK
RGB Variations
Color information
#867341 (or 0x867341) is known color: Shadow. HEX triplet: 86, 73 and 41. RGB value is (134,115,65). Sum of RGB (Red+Green+Blue) = 134+115+65=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 115 (45.31% from 255 or 36.62% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #867341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867341 is #798CBE. Grayscale: #737373. Windows color (decimal): -7965887 or 4289414. OLE color: 4289414.
HSL color Cylindrical-coordinate representation of color #867341: hue angle of 43.48º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #867341 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 115 | 65 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.47 |
| HSL | 43.48º | 0.35% | 0.39% | - |
| HSV(B) | 43.48º | 0.51% | 0.53% | - |
| XYZ | 16.92 | 17.71 | 7.53 | - |
| YUV | 114.98 | 99.79 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 115 | 65 | 0 | 0.14 | 0.51 | 0.47 | 43.48 | 0.35 | 0.39 |
| Hex | 86 | 73 | 41 | 0 | E | 33 | 2F | 2B | 23 | 27 |
| Octal | 206 | 163 | 101 | 0 | 16 | 63 | 57 | 53 | 43 | 47 |
| Binary | 10000110 | 1110011 | 1000001 | 0 | 1110 | 110011 | 101111 | 101011 | 100011 | 100111 |
Color Harmonies of #867341
Complementary color
Monochromatic Colors of #867341
Black with #867341
Text Example
Text Example
White with #867341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867341; }
p { color: rgb(134,115,65); }
H1.HeaderClassName
{
color: #867341;
}
.AnyTagClassName
{
color: #867341;
}
</style>
background-color css
<style>
a { background-color: #867341; }
a { background-color: rgb(134,115,65); }
div.DivClassName
{
background-color: #867341;
}
.BgClassName
{
background-color: #867341;
}
</style>
border-color css
<style>
span { border-color: #867341; }
span { border-color: rgb(134,115,65); }
td.TdClassName
{
border-color: #867341;
}
.TagClassName
{
border-color: #867341;
}
</style>