Shades of Sand Dune #8C7965
Tints of Sand Dune #8C7965
RGB
CMYK
RGB Variations
Color information
#8C7965 (or 0x8C7965) is known color: Sand Dune. HEX triplet: 8C, 79 and 65. RGB value is (140,121,101). Sum of RGB (Red+Green+Blue) = 140+121+101=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7965 is #73869A. Grayscale: #7C7C7C. Windows color (decimal): -7571099 or 6650252. OLE color: 6650252.
HSL color Cylindrical-coordinate representation of color #8C7965: hue angle of 30.77º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C7965 is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 101 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.45 |
| HSL | 30.77º | 0.16% | 0.47% | - |
| HSV(B) | 30.77º | 0.28% | 0.55% | - |
| XYZ | 20 | 20.19 | 15.15 | - |
| YUV | 124.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 101 | 0 | 0.14 | 0.28 | 0.45 | 30.77 | 0.16 | 0.47 |
| Hex | 8C | 79 | 65 | 0 | E | 1C | 2D | 1F | 10 | 2F |
| Octal | 214 | 171 | 145 | 0 | 16 | 34 | 55 | 37 | 20 | 57 |
| Binary | 10001100 | 1111001 | 1100101 | 0 | 1110 | 11100 | 101101 | 11111 | 10000 | 101111 |
Color Harmonies of #8C7965
Complementary color
Monochromatic Colors of #8C7965
Black with #8C7965
Text Example
Text Example
White with #8C7965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7965; }
p { color: rgb(140,121,101); }
H1.HeaderClassName
{
color: #8C7965;
}
.AnyTagClassName
{
color: #8C7965;
}
</style>
background-color css
<style>
a { background-color: #8C7965; }
a { background-color: rgb(140,121,101); }
div.DivClassName
{
background-color: #8C7965;
}
.BgClassName
{
background-color: #8C7965;
}
</style>
border-color css
<style>
span { border-color: #8C7965; }
span { border-color: rgb(140,121,101); }
td.TdClassName
{
border-color: #8C7965;
}
.TagClassName
{
border-color: #8C7965;
}
</style>