Shades of Sand Dune #867A6A
Tints of Sand Dune #867A6A
RGB
CMYK
RGB Variations
Color information
#867A6A (or 0x867A6A) is known color: Sand Dune. HEX triplet: 86, 7A and 6A. RGB value is (134,122,106). Sum of RGB (Red+Green+Blue) = 134+122+106=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 122 (48.05% from 255 or 33.70% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #867A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867A6A is #798595. Grayscale: #7B7B7B. Windows color (decimal): -7964054 or 6978182. OLE color: 6978182.
HSL color Cylindrical-coordinate representation of color #867A6A: hue angle of 34.29º 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 #867A6A is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 122 | 106 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.47 |
| HSL | 34.29º | 0.12% | 0.47% | - |
| HSV(B) | 34.29º | 0.21% | 0.53% | - |
| XYZ | 19.39 | 20.03 | 16.48 | - |
| YUV | 123.76 | 117.98 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 122 | 106 | 0 | 0.09 | 0.21 | 0.47 | 34.29 | 0.12 | 0.47 |
| Hex | 86 | 7A | 6A | 0 | 9 | 15 | 2F | 22 | C | 2F |
| Octal | 206 | 172 | 152 | 0 | 11 | 25 | 57 | 42 | 14 | 57 |
| Binary | 10000110 | 1111010 | 1101010 | 0 | 1001 | 10101 | 101111 | 100010 | 1100 | 101111 |
Color Harmonies of #867A6A
Complementary color
Monochromatic Colors of #867A6A
Black with #867A6A
Text Example
Text Example
White with #867A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #867A6A; }
p { color: rgb(134,122,106); }
H1.HeaderClassName
{
color: #867A6A;
}
.AnyTagClassName
{
color: #867A6A;
}
</style>
background-color css
<style>
a { background-color: #867A6A; }
a { background-color: rgb(134,122,106); }
div.DivClassName
{
background-color: #867A6A;
}
.BgClassName
{
background-color: #867A6A;
}
</style>
border-color css
<style>
span { border-color: #867A6A; }
span { border-color: rgb(134,122,106); }
td.TdClassName
{
border-color: #867A6A;
}
.TagClassName
{
border-color: #867A6A;
}
</style>