Shades of Sand Dune #8E7A60
Tints of Sand Dune #8E7A60
RGB
CMYK
RGB Variations
Color information
#8E7A60 (or 0x8E7A60) is known color: Sand Dune. HEX triplet: 8E, 7A and 60. RGB value is (142,122,96). Sum of RGB (Red+Green+Blue) = 142+122+96=360 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.44% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A60 is #71859F. Grayscale: #7D7D7D. Windows color (decimal): -7439776 or 6322830. OLE color: 6322830.
HSL color Cylindrical-coordinate representation of color #8E7A60: hue angle of 33.91º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E7A60 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 96 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.44 |
| HSL | 33.91º | 0.19% | 0.47% | - |
| HSV(B) | 33.91º | 0.32% | 0.56% | - |
| XYZ | 20.23 | 20.51 | 13.96 | - |
| YUV | 125.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 96 | 0 | 0.14 | 0.32 | 0.44 | 33.91 | 0.19 | 0.47 |
| Hex | 8E | 7A | 60 | 0 | E | 20 | 2C | 22 | 13 | 2F |
| Octal | 216 | 172 | 140 | 0 | 16 | 40 | 54 | 42 | 23 | 57 |
| Binary | 10001110 | 1111010 | 1100000 | 0 | 1110 | 100000 | 101100 | 100010 | 10011 | 101111 |
Color Harmonies of #8E7A60
Complementary color
Monochromatic Colors of #8E7A60
Black with #8E7A60
Text Example
Text Example
White with #8E7A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A60; }
p { color: rgb(142,122,96); }
H1.HeaderClassName
{
color: #8E7A60;
}
.AnyTagClassName
{
color: #8E7A60;
}
</style>
background-color css
<style>
a { background-color: #8E7A60; }
a { background-color: rgb(142,122,96); }
div.DivClassName
{
background-color: #8E7A60;
}
.BgClassName
{
background-color: #8E7A60;
}
</style>
border-color css
<style>
span { border-color: #8E7A60; }
span { border-color: rgb(142,122,96); }
td.TdClassName
{
border-color: #8E7A60;
}
.TagClassName
{
border-color: #8E7A60;
}
</style>