Shades of Sand Dune #8D7666
Tints of Sand Dune #8D7666
RGB
CMYK
RGB Variations
Color information
#8D7666 (or 0x8D7666) is known color: Sand Dune. HEX triplet: 8D, 76 and 66. RGB value is (141,118,102). Sum of RGB (Red+Green+Blue) = 141+118+102=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 118 (46.48% from 255 or 32.69% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7666 is #728999. Grayscale: #7B7B7B. Windows color (decimal): -7506330 or 6715021. OLE color: 6715021.
HSL color Cylindrical-coordinate representation of color #8D7666: hue angle of 24.62º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8D7666 is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 118 | 102 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.45 |
| HSL | 24.62º | 0.16% | 0.48% | - |
| HSV(B) | 24.62º | 0.28% | 0.55% | - |
| XYZ | 19.86 | 19.58 | 15.3 | - |
| YUV | 123.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 118 | 102 | 0 | 0.16 | 0.28 | 0.45 | 24.62 | 0.16 | 0.48 |
| Hex | 8D | 76 | 66 | 0 | 10 | 1C | 2D | 19 | 10 | 30 |
| Octal | 215 | 166 | 146 | 0 | 20 | 34 | 55 | 31 | 20 | 60 |
| Binary | 10001101 | 1110110 | 1100110 | 0 | 10000 | 11100 | 101101 | 11001 | 10000 | 110000 |
Color Harmonies of #8D7666
Complementary color
Monochromatic Colors of #8D7666
Black with #8D7666
Text Example
Text Example
White with #8D7666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7666; }
p { color: rgb(141,118,102); }
H1.HeaderClassName
{
color: #8D7666;
}
.AnyTagClassName
{
color: #8D7666;
}
</style>
background-color css
<style>
a { background-color: #8D7666; }
a { background-color: rgb(141,118,102); }
div.DivClassName
{
background-color: #8D7666;
}
.BgClassName
{
background-color: #8D7666;
}
</style>
border-color css
<style>
span { border-color: #8D7666; }
span { border-color: rgb(141,118,102); }
td.TdClassName
{
border-color: #8D7666;
}
.TagClassName
{
border-color: #8D7666;
}
</style>