Shades of Sand Dune #86776A
Tints of Sand Dune #86776A
RGB
CMYK
RGB Variations
Color information
#86776A (or 0x86776A) is known color: Sand Dune. HEX triplet: 86, 77 and 6A. RGB value is (134,119,106). Sum of RGB (Red+Green+Blue) = 134+119+106=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86776A is #798895. Grayscale: #7A7A7A. Windows color (decimal): -7964822 or 6977414. OLE color: 6977414.
HSL color Cylindrical-coordinate representation of color #86776A: hue angle of 27.86º 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 #86776A is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 119 | 106 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.47 |
| HSL | 27.86º | 0.12% | 0.47% | - |
| HSV(B) | 27.86º | 0.21% | 0.53% | - |
| XYZ | 19.03 | 19.3 | 16.36 | - |
| YUV | 122 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 119 | 106 | 0 | 0.11 | 0.21 | 0.47 | 27.86 | 0.12 | 0.47 |
| Hex | 86 | 77 | 6A | 0 | B | 15 | 2F | 1C | C | 2F |
| Octal | 206 | 167 | 152 | 0 | 13 | 25 | 57 | 34 | 14 | 57 |
| Binary | 10000110 | 1110111 | 1101010 | 0 | 1011 | 10101 | 101111 | 11100 | 1100 | 101111 |
Color Harmonies of #86776A
Complementary color
Monochromatic Colors of #86776A
Black with #86776A
Text Example
Text Example
White with #86776A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86776A; }
p { color: rgb(134,119,106); }
H1.HeaderClassName
{
color: #86776A;
}
.AnyTagClassName
{
color: #86776A;
}
</style>
background-color css
<style>
a { background-color: #86776A; }
a { background-color: rgb(134,119,106); }
div.DivClassName
{
background-color: #86776A;
}
.BgClassName
{
background-color: #86776A;
}
</style>
border-color css
<style>
span { border-color: #86776A; }
span { border-color: rgb(134,119,106); }
td.TdClassName
{
border-color: #86776A;
}
.TagClassName
{
border-color: #86776A;
}
</style>