Shades of Sand Dune #8C7567
Tints of Sand Dune #8C7567
RGB
CMYK
RGB Variations
Color information
#8C7567 (or 0x8C7567) is known color: Sand Dune. HEX triplet: 8C, 75 and 67. RGB value is (140,117,103). Sum of RGB (Red+Green+Blue) = 140+117+103=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7567 is #738A98. Grayscale: #7A7A7A. Windows color (decimal): -7572121 or 6780300. OLE color: 6780300.
HSL color Cylindrical-coordinate representation of color #8C7567: hue angle of 22.7º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C7567 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 117 | 103 | - |
| CMYK | 0 | 0.16 | 0.26 | 0.45 |
| HSL | 22.7º | 0.15% | 0.48% | - |
| HSV(B) | 22.7º | 0.26% | 0.55% | - |
| XYZ | 19.62 | 19.28 | 15.52 | - |
| YUV | 122.28 | 117.12 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 117 | 103 | 0 | 0.16 | 0.26 | 0.45 | 22.7 | 0.15 | 0.48 |
| Hex | 8C | 75 | 67 | 0 | 10 | 1A | 2D | 17 | F | 30 |
| Octal | 214 | 165 | 147 | 0 | 20 | 32 | 55 | 27 | 17 | 60 |
| Binary | 10001100 | 1110101 | 1100111 | 0 | 10000 | 11010 | 101101 | 10111 | 1111 | 110000 |
Color Harmonies of #8C7567
Complementary color
Monochromatic Colors of #8C7567
Black with #8C7567
Text Example
Text Example
White with #8C7567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7567; }
p { color: rgb(140,117,103); }
H1.HeaderClassName
{
color: #8C7567;
}
.AnyTagClassName
{
color: #8C7567;
}
</style>
background-color css
<style>
a { background-color: #8C7567; }
a { background-color: rgb(140,117,103); }
div.DivClassName
{
background-color: #8C7567;
}
.BgClassName
{
background-color: #8C7567;
}
</style>
border-color css
<style>
span { border-color: #8C7567; }
span { border-color: rgb(140,117,103); }
td.TdClassName
{
border-color: #8C7567;
}
.TagClassName
{
border-color: #8C7567;
}
</style>