Shades of Sand Dune #857B6E
Tints of Sand Dune #857B6E
RGB
CMYK
RGB Variations
Color information
#857B6E (or 0x857B6E) is known color: Sand Dune. HEX triplet: 85, 7B and 6E. RGB value is (133,123,110). Sum of RGB (Red+Green+Blue) = 133+123+110=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 133 - color contains mainly: red. Hex color #857B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B6E is #7A8491. Grayscale: #7C7C7C. Windows color (decimal): -8029330 or 7240581. OLE color: 7240581.
HSL color Cylindrical-coordinate representation of color #857B6E: hue angle of 33.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #857B6E is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 110 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.48 |
| HSL | 33.91º | 0.09% | 0.48% | - |
| HSV(B) | 33.91º | 0.17% | 0.52% | - |
| XYZ | 19.57 | 20.28 | 17.63 | - |
| YUV | 124.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 110 | 0 | 0.08 | 0.17 | 0.48 | 33.91 | 0.09 | 0.48 |
| Hex | 85 | 7B | 6E | 0 | 8 | 11 | 30 | 22 | 9 | 30 |
| Octal | 205 | 173 | 156 | 0 | 10 | 21 | 60 | 42 | 11 | 60 |
| Binary | 10000101 | 1111011 | 1101110 | 0 | 1000 | 10001 | 110000 | 100010 | 1001 | 110000 |
Color Harmonies of #857B6E
Complementary color
Monochromatic Colors of #857B6E
Black with #857B6E
Text Example
Text Example
White with #857B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B6E; }
p { color: rgb(133,123,110); }
H1.HeaderClassName
{
color: #857B6E;
}
.AnyTagClassName
{
color: #857B6E;
}
</style>
background-color css
<style>
a { background-color: #857B6E; }
a { background-color: rgb(133,123,110); }
div.DivClassName
{
background-color: #857B6E;
}
.BgClassName
{
background-color: #857B6E;
}
</style>
border-color css
<style>
span { border-color: #857B6E; }
span { border-color: rgb(133,123,110); }
td.TdClassName
{
border-color: #857B6E;
}
.TagClassName
{
border-color: #857B6E;
}
</style>