Shades of Shadow #8E6E45
Tints of Shadow #8E6E45
RGB
CMYK
RGB Variations
Color information
#8E6E45 (or 0x8E6E45) is known color: Shadow. HEX triplet: 8E, 6E and 45. RGB value is (142,110,69). Sum of RGB (Red+Green+Blue) = 142+110+69=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 69 (27.34% from 255 or 21.50% from 321); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6E45 is #7191BA. Grayscale: #737373. Windows color (decimal): -7442875 or 4550286. OLE color: 4550286.
HSL color Cylindrical-coordinate representation of color #8E6E45: hue angle of 33.7º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E6E45 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 110 | 69 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.44 |
| HSL | 33.7º | 0.35% | 0.41% | - |
| HSV(B) | 33.7º | 0.51% | 0.56% | - |
| XYZ | 17.81 | 17.33 | 8.04 | - |
| YUV | 114.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 69 | 0 | 0.23 | 0.51 | 0.44 | 33.7 | 0.35 | 0.41 |
| Hex | 8E | 6E | 45 | 0 | 17 | 33 | 2C | 22 | 23 | 29 |
| Octal | 216 | 156 | 105 | 0 | 27 | 63 | 54 | 42 | 43 | 51 |
| Binary | 10001110 | 1101110 | 1000101 | 0 | 10111 | 110011 | 101100 | 100010 | 100011 | 101001 |
Color Harmonies of #8E6E45
Complementary color
Monochromatic Colors of #8E6E45
Black with #8E6E45
Text Example
Text Example
White with #8E6E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6E45; }
p { color: rgb(142,110,69); }
H1.HeaderClassName
{
color: #8E6E45;
}
.AnyTagClassName
{
color: #8E6E45;
}
</style>
background-color css
<style>
a { background-color: #8E6E45; }
a { background-color: rgb(142,110,69); }
div.DivClassName
{
background-color: #8E6E45;
}
.BgClassName
{
background-color: #8E6E45;
}
</style>
border-color css
<style>
span { border-color: #8E6E45; }
span { border-color: rgb(142,110,69); }
td.TdClassName
{
border-color: #8E6E45;
}
.TagClassName
{
border-color: #8E6E45;
}
</style>