Shades of Shadow #8E6F4A
Tints of Shadow #8E6F4A
RGB
CMYK
RGB Variations
Color information
#8E6F4A (or 0x8E6F4A) is known color: Shadow. HEX triplet: 8E, 6F and 4A. RGB value is (142,111,74). Sum of RGB (Red+Green+Blue) = 142+111+74=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6F4A is #7190B5. Grayscale: #747474. Windows color (decimal): -7442614 or 4878222. OLE color: 4878222.
HSL color Cylindrical-coordinate representation of color #8E6F4A: hue angle of 32.65º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E6F4A is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 111 | 74 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.44 |
| HSL | 32.65º | 0.31% | 0.42% | - |
| HSV(B) | 32.65º | 0.48% | 0.56% | - |
| XYZ | 18.08 | 17.61 | 8.93 | - |
| YUV | 116.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 74 | 0 | 0.22 | 0.48 | 0.44 | 32.65 | 0.31 | 0.42 |
| Hex | 8E | 6F | 4A | 0 | 16 | 30 | 2C | 21 | 1F | 2A |
| Octal | 216 | 157 | 112 | 0 | 26 | 60 | 54 | 41 | 37 | 52 |
| Binary | 10001110 | 1101111 | 1001010 | 0 | 10110 | 110000 | 101100 | 100001 | 11111 | 101010 |
Color Harmonies of #8E6F4A
Complementary color
Monochromatic Colors of #8E6F4A
Black with #8E6F4A
Text Example
Text Example
White with #8E6F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6F4A; }
p { color: rgb(142,111,74); }
H1.HeaderClassName
{
color: #8E6F4A;
}
.AnyTagClassName
{
color: #8E6F4A;
}
</style>
background-color css
<style>
a { background-color: #8E6F4A; }
a { background-color: rgb(142,111,74); }
div.DivClassName
{
background-color: #8E6F4A;
}
.BgClassName
{
background-color: #8E6F4A;
}
</style>
border-color css
<style>
span { border-color: #8E6F4A; }
span { border-color: rgb(142,111,74); }
td.TdClassName
{
border-color: #8E6F4A;
}
.TagClassName
{
border-color: #8E6F4A;
}
</style>