Shades of Sand Dune #8D7660
Tints of Sand Dune #8D7660
RGB
CMYK
RGB Variations
Color information
#8D7660 (or 0x8D7660) is known color: Sand Dune. HEX triplet: 8D, 76 and 60. RGB value is (141,118,96). Sum of RGB (Red+Green+Blue) = 141+118+96=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7660 is #72899F. Grayscale: #7A7A7A. Windows color (decimal): -7506336 or 6321805. OLE color: 6321805.
HSL color Cylindrical-coordinate representation of color #8D7660: hue angle of 29.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8D7660 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 96 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.45 |
| HSL | 29.33º | 0.19% | 0.46% | - |
| HSV(B) | 29.33º | 0.32% | 0.55% | - |
| XYZ | 19.57 | 19.46 | 13.79 | - |
| YUV | 122.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 96 | 0 | 0.16 | 0.32 | 0.45 | 29.33 | 0.19 | 0.46 |
| Hex | 8D | 76 | 60 | 0 | 10 | 20 | 2D | 1D | 13 | 2E |
| Octal | 215 | 166 | 140 | 0 | 20 | 40 | 55 | 35 | 23 | 56 |
| Binary | 10001101 | 1110110 | 1100000 | 0 | 10000 | 100000 | 101101 | 11101 | 10011 | 101110 |
Color Harmonies of #8D7660
Complementary color
Monochromatic Colors of #8D7660
Black with #8D7660
Text Example
Text Example
White with #8D7660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7660; }
p { color: rgb(141,118,96); }
H1.HeaderClassName
{
color: #8D7660;
}
.AnyTagClassName
{
color: #8D7660;
}
</style>
background-color css
<style>
a { background-color: #8D7660; }
a { background-color: rgb(141,118,96); }
div.DivClassName
{
background-color: #8D7660;
}
.BgClassName
{
background-color: #8D7660;
}
</style>
border-color css
<style>
span { border-color: #8D7660; }
span { border-color: rgb(141,118,96); }
td.TdClassName
{
border-color: #8D7660;
}
.TagClassName
{
border-color: #8D7660;
}
</style>