Shades of Sand Dune #8D7566
Tints of Sand Dune #8D7566
RGB
CMYK
RGB Variations
Color information
#8D7566 (or 0x8D7566) is known color: Sand Dune. HEX triplet: 8D, 75 and 66. RGB value is (141,117,102). Sum of RGB (Red+Green+Blue) = 141+117+102=360 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.17% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7566 is #728A99. Grayscale: #7A7A7A. Windows color (decimal): -7506586 or 6714765. OLE color: 6714765.
HSL color Cylindrical-coordinate representation of color #8D7566: hue angle of 23.08º 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 #8D7566 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 102 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.45 |
| HSL | 23.08º | 0.16% | 0.48% | - |
| HSV(B) | 23.08º | 0.28% | 0.55% | - |
| XYZ | 19.74 | 19.34 | 15.26 | - |
| YUV | 122.47 | 116.45 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 102 | 0 | 0.17 | 0.28 | 0.45 | 23.08 | 0.16 | 0.48 |
| Hex | 8D | 75 | 66 | 0 | 11 | 1C | 2D | 17 | 10 | 30 |
| Octal | 215 | 165 | 146 | 0 | 21 | 34 | 55 | 27 | 20 | 60 |
| Binary | 10001101 | 1110101 | 1100110 | 0 | 10001 | 11100 | 101101 | 10111 | 10000 | 110000 |
Color Harmonies of #8D7566
Complementary color
Monochromatic Colors of #8D7566
Black with #8D7566
Text Example
Text Example
White with #8D7566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7566; }
p { color: rgb(141,117,102); }
H1.HeaderClassName
{
color: #8D7566;
}
.AnyTagClassName
{
color: #8D7566;
}
</style>
background-color css
<style>
a { background-color: #8D7566; }
a { background-color: rgb(141,117,102); }
div.DivClassName
{
background-color: #8D7566;
}
.BgClassName
{
background-color: #8D7566;
}
</style>
border-color css
<style>
span { border-color: #8D7566; }
span { border-color: rgb(141,117,102); }
td.TdClassName
{
border-color: #8D7566;
}
.TagClassName
{
border-color: #8D7566;
}
</style>