Shades of Sand Dune #857B6D
Tints of Sand Dune #857B6D
RGB
CMYK
RGB Variations
Color information
#857B6D (or 0x857B6D) is known color: Sand Dune. HEX triplet: 85, 7B and 6D. RGB value is (133,123,109). Sum of RGB (Red+Green+Blue) = 133+123+109=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #857B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857B6D is #7A8492. Grayscale: #7C7C7C. Windows color (decimal): -8029331 or 7175045. OLE color: 7175045.
HSL color Cylindrical-coordinate representation of color #857B6D: hue angle of 35º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #857B6D is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 109 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.48 |
| HSL | 35º | 0.1% | 0.47% | - |
| HSV(B) | 35º | 0.18% | 0.52% | - |
| XYZ | 19.52 | 20.26 | 17.35 | - |
| YUV | 124.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 109 | 0 | 0.08 | 0.18 | 0.48 | 35 | 0.1 | 0.47 |
| Hex | 85 | 7B | 6D | 0 | 8 | 12 | 30 | 23 | A | 2F |
| Octal | 205 | 173 | 155 | 0 | 10 | 22 | 60 | 43 | 12 | 57 |
| Binary | 10000101 | 1111011 | 1101101 | 0 | 1000 | 10010 | 110000 | 100011 | 1010 | 101111 |
Color Harmonies of #857B6D
Complementary color
Monochromatic Colors of #857B6D
Black with #857B6D
Text Example
Text Example
White with #857B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B6D; }
p { color: rgb(133,123,109); }
H1.HeaderClassName
{
color: #857B6D;
}
.AnyTagClassName
{
color: #857B6D;
}
</style>
background-color css
<style>
a { background-color: #857B6D; }
a { background-color: rgb(133,123,109); }
div.DivClassName
{
background-color: #857B6D;
}
.BgClassName
{
background-color: #857B6D;
}
</style>
border-color css
<style>
span { border-color: #857B6D; }
span { border-color: rgb(133,123,109); }
td.TdClassName
{
border-color: #857B6D;
}
.TagClassName
{
border-color: #857B6D;
}
</style>