Shades of Shadow #8B6E49
Tints of Shadow #8B6E49
RGB
CMYK
RGB Variations
Color information
#8B6E49 (or 0x8B6E49) is known color: Shadow. HEX triplet: 8B, 6E and 49. RGB value is (139,110,73). Sum of RGB (Red+Green+Blue) = 139+110+73=322 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.17% from 322); Green value is 110 (43.36% from 255 or 34.16% from 322); Blue value is 73 (28.91% from 255 or 22.67% from 322); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6E49 is #7491B6. Grayscale: #727272. Windows color (decimal): -7639479 or 4812427. OLE color: 4812427.
HSL color Cylindrical-coordinate representation of color #8B6E49: hue angle of 33.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B6E49 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 73 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.45 |
| HSL | 33.64º | 0.31% | 0.42% | - |
| HSV(B) | 33.64º | 0.47% | 0.55% | - |
| XYZ | 17.43 | 17.12 | 8.69 | - |
| YUV | 114.45 | 104.61 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 73 | 0 | 0.21 | 0.47 | 0.45 | 33.64 | 0.31 | 0.42 |
| Hex | 8B | 6E | 49 | 0 | 15 | 2F | 2D | 22 | 1F | 2A |
| Octal | 213 | 156 | 111 | 0 | 25 | 57 | 55 | 42 | 37 | 52 |
| Binary | 10001011 | 1101110 | 1001001 | 0 | 10101 | 101111 | 101101 | 100010 | 11111 | 101010 |
Color Harmonies of #8B6E49
Complementary color
Monochromatic Colors of #8B6E49
Black with #8B6E49
Text Example
Text Example
White with #8B6E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E49; }
p { color: rgb(139,110,73); }
H1.HeaderClassName
{
color: #8B6E49;
}
.AnyTagClassName
{
color: #8B6E49;
}
</style>
background-color css
<style>
a { background-color: #8B6E49; }
a { background-color: rgb(139,110,73); }
div.DivClassName
{
background-color: #8B6E49;
}
.BgClassName
{
background-color: #8B6E49;
}
</style>
border-color css
<style>
span { border-color: #8B6E49; }
span { border-color: rgb(139,110,73); }
td.TdClassName
{
border-color: #8B6E49;
}
.TagClassName
{
border-color: #8B6E49;
}
</style>