Shades of Sand Dune #86786C
Tints of Sand Dune #86786C
RGB
CMYK
RGB Variations
Color information
#86786C (or 0x86786C) is known color: Sand Dune. HEX triplet: 86, 78 and 6C. RGB value is (134,120,108). Sum of RGB (Red+Green+Blue) = 134+120+108=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 108 (42.58% from 255 or 29.83% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86786C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86786C is #798793. Grayscale: #7A7A7A. Windows color (decimal): -7964564 or 7108742. OLE color: 7108742.
HSL color Cylindrical-coordinate representation of color #86786C: hue angle of 27.69º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86786C is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 108 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.47 |
| HSL | 27.69º | 0.11% | 0.47% | - |
| HSV(B) | 27.69º | 0.19% | 0.53% | - |
| XYZ | 19.25 | 19.58 | 16.95 | - |
| YUV | 122.82 | 119.64 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 108 | 0 | 0.10 | 0.19 | 0.47 | 27.69 | 0.11 | 0.47 |
| Hex | 86 | 78 | 6C | 0 | A | 13 | 2F | 1C | B | 2F |
| Octal | 206 | 170 | 154 | 0 | 12 | 23 | 57 | 34 | 13 | 57 |
| Binary | 10000110 | 1111000 | 1101100 | 0 | 1010 | 10011 | 101111 | 11100 | 1011 | 101111 |
Color Harmonies of #86786C
Complementary color
Monochromatic Colors of #86786C
Black with #86786C
Text Example
Text Example
White with #86786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86786C; }
p { color: rgb(134,120,108); }
H1.HeaderClassName
{
color: #86786C;
}
.AnyTagClassName
{
color: #86786C;
}
</style>
background-color css
<style>
a { background-color: #86786C; }
a { background-color: rgb(134,120,108); }
div.DivClassName
{
background-color: #86786C;
}
.BgClassName
{
background-color: #86786C;
}
</style>
border-color css
<style>
span { border-color: #86786C; }
span { border-color: rgb(134,120,108); }
td.TdClassName
{
border-color: #86786C;
}
.TagClassName
{
border-color: #86786C;
}
</style>