Shades of Sand Dune #86786A
Tints of Sand Dune #86786A
RGB
CMYK
RGB Variations
Color information
#86786A (or 0x86786A) is known color: Sand Dune. HEX triplet: 86, 78 and 6A. RGB value is (134,120,106). Sum of RGB (Red+Green+Blue) = 134+120+106=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 120 (47.27% from 255 or 33.33% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86786A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86786A is #798795. Grayscale: #7A7A7A. Windows color (decimal): -7964566 or 6977670. OLE color: 6977670.
HSL color Cylindrical-coordinate representation of color #86786A: hue angle of 30º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #86786A is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 120 | 106 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.47 |
| HSL | 30º | 0.12% | 0.47% | - |
| HSV(B) | 30º | 0.21% | 0.53% | - |
| XYZ | 19.15 | 19.54 | 16.4 | - |
| YUV | 122.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 120 | 106 | 0 | 0.10 | 0.21 | 0.47 | 30 | 0.12 | 0.47 |
| Hex | 86 | 78 | 6A | 0 | A | 15 | 2F | 1E | C | 2F |
| Octal | 206 | 170 | 152 | 0 | 12 | 25 | 57 | 36 | 14 | 57 |
| Binary | 10000110 | 1111000 | 1101010 | 0 | 1010 | 10101 | 101111 | 11110 | 1100 | 101111 |
Color Harmonies of #86786A
Complementary color
Monochromatic Colors of #86786A
Black with #86786A
Text Example
Text Example
White with #86786A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86786A; }
p { color: rgb(134,120,106); }
H1.HeaderClassName
{
color: #86786A;
}
.AnyTagClassName
{
color: #86786A;
}
</style>
background-color css
<style>
a { background-color: #86786A; }
a { background-color: rgb(134,120,106); }
div.DivClassName
{
background-color: #86786A;
}
.BgClassName
{
background-color: #86786A;
}
</style>
border-color css
<style>
span { border-color: #86786A; }
span { border-color: rgb(134,120,106); }
td.TdClassName
{
border-color: #86786A;
}
.TagClassName
{
border-color: #86786A;
}
</style>