Shades of Sand Dune #8C7564
Tints of Sand Dune #8C7564
RGB
CMYK
RGB Variations
Color information
#8C7564 (or 0x8C7564) is known color: Sand Dune. HEX triplet: 8C, 75 and 64. RGB value is (140,117,100). Sum of RGB (Red+Green+Blue) = 140+117+100=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 117 (46.09% from 255 or 32.77% from 357); Blue value is 100 (39.45% from 255 or 28.01% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7564 is #738A9B. Grayscale: #7A7A7A. Windows color (decimal): -7572124 or 6583692. OLE color: 6583692.
HSL color Cylindrical-coordinate representation of color #8C7564: hue angle of 25.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C7564 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 100 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.45 |
| HSL | 25.5º | 0.17% | 0.47% | - |
| HSV(B) | 25.5º | 0.29% | 0.55% | - |
| XYZ | 19.48 | 19.22 | 14.74 | - |
| YUV | 121.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 100 | 0 | 0.16 | 0.29 | 0.45 | 25.5 | 0.17 | 0.47 |
| Hex | 8C | 75 | 64 | 0 | 10 | 1D | 2D | 1A | 11 | 2F |
| Octal | 214 | 165 | 144 | 0 | 20 | 35 | 55 | 32 | 21 | 57 |
| Binary | 10001100 | 1110101 | 1100100 | 0 | 10000 | 11101 | 101101 | 11010 | 10001 | 101111 |
Color Harmonies of #8C7564
Complementary color
Monochromatic Colors of #8C7564
Black with #8C7564
Text Example
Text Example
White with #8C7564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7564; }
p { color: rgb(140,117,100); }
H1.HeaderClassName
{
color: #8C7564;
}
.AnyTagClassName
{
color: #8C7564;
}
</style>
background-color css
<style>
a { background-color: #8C7564; }
a { background-color: rgb(140,117,100); }
div.DivClassName
{
background-color: #8C7564;
}
.BgClassName
{
background-color: #8C7564;
}
</style>
border-color css
<style>
span { border-color: #8C7564; }
span { border-color: rgb(140,117,100); }
td.TdClassName
{
border-color: #8C7564;
}
.TagClassName
{
border-color: #8C7564;
}
</style>