Shades of Shadow #8B6E4D
Tints of Shadow #8B6E4D
RGB
CMYK
RGB Variations
Color information
#8B6E4D (or 0x8B6E4D) is known color: Shadow. HEX triplet: 8B, 6E and 4D. RGB value is (139,110,77). Sum of RGB (Red+Green+Blue) = 139+110+77=326 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.64% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E4D is #7491B2. Grayscale: #737373. Windows color (decimal): -7639475 or 5074571. OLE color: 5074571.
HSL color Cylindrical-coordinate representation of color #8B6E4D: hue angle of 31.94º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B6E4D is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 77 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.45 |
| HSL | 31.94º | 0.29% | 0.42% | - |
| HSV(B) | 31.94º | 0.45% | 0.55% | - |
| XYZ | 17.56 | 17.18 | 9.41 | - |
| YUV | 114.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 77 | 0 | 0.21 | 0.45 | 0.45 | 31.94 | 0.29 | 0.42 |
| Hex | 8B | 6E | 4D | 0 | 15 | 2D | 2D | 20 | 1D | 2A |
| Octal | 213 | 156 | 115 | 0 | 25 | 55 | 55 | 40 | 35 | 52 |
| Binary | 10001011 | 1101110 | 1001101 | 0 | 10101 | 101101 | 101101 | 100000 | 11101 | 101010 |
Color Harmonies of #8B6E4D
Complementary color
Monochromatic Colors of #8B6E4D
Black with #8B6E4D
Text Example
Text Example
White with #8B6E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E4D; }
p { color: rgb(139,110,77); }
H1.HeaderClassName
{
color: #8B6E4D;
}
.AnyTagClassName
{
color: #8B6E4D;
}
</style>
background-color css
<style>
a { background-color: #8B6E4D; }
a { background-color: rgb(139,110,77); }
div.DivClassName
{
background-color: #8B6E4D;
}
.BgClassName
{
background-color: #8B6E4D;
}
</style>
border-color css
<style>
span { border-color: #8B6E4D; }
span { border-color: rgb(139,110,77); }
td.TdClassName
{
border-color: #8B6E4D;
}
.TagClassName
{
border-color: #8B6E4D;
}
</style>