Shades of Shadow #8E6F4B
Tints of Shadow #8E6F4B
RGB
CMYK
RGB Variations
Color information
#8E6F4B (or 0x8E6F4B) is known color: Shadow. HEX triplet: 8E, 6F and 4B. RGB value is (142,111,75). Sum of RGB (Red+Green+Blue) = 142+111+75=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6F4B is #7190B4. Grayscale: #747474. Windows color (decimal): -7442613 or 4943758. OLE color: 4943758.
HSL color Cylindrical-coordinate representation of color #8E6F4B: hue angle of 32.24º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8E6F4B is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 111 | 75 | - |
| CMYK | 0 | 0.22 | 0.47 | 0.44 |
| HSL | 32.24º | 0.31% | 0.43% | - |
| HSV(B) | 32.24º | 0.47% | 0.56% | - |
| XYZ | 18.11 | 17.63 | 9.1 | - |
| YUV | 116.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 111 | 75 | 0 | 0.22 | 0.47 | 0.44 | 32.24 | 0.31 | 0.43 |
| Hex | 8E | 6F | 4B | 0 | 16 | 2F | 2C | 20 | 1F | 2B |
| Octal | 216 | 157 | 113 | 0 | 26 | 57 | 54 | 40 | 37 | 53 |
| Binary | 10001110 | 1101111 | 1001011 | 0 | 10110 | 101111 | 101100 | 100000 | 11111 | 101011 |
Color Harmonies of #8E6F4B
Complementary color
Monochromatic Colors of #8E6F4B
Black with #8E6F4B
Text Example
Text Example
White with #8E6F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6F4B; }
p { color: rgb(142,111,75); }
H1.HeaderClassName
{
color: #8E6F4B;
}
.AnyTagClassName
{
color: #8E6F4B;
}
</style>
background-color css
<style>
a { background-color: #8E6F4B; }
a { background-color: rgb(142,111,75); }
div.DivClassName
{
background-color: #8E6F4B;
}
.BgClassName
{
background-color: #8E6F4B;
}
</style>
border-color css
<style>
span { border-color: #8E6F4B; }
span { border-color: rgb(142,111,75); }
td.TdClassName
{
border-color: #8E6F4B;
}
.TagClassName
{
border-color: #8E6F4B;
}
</style>