Shades of Sand Dune #85746A
Tints of Sand Dune #85746A
RGB
CMYK
RGB Variations
Color information
#85746A (or 0x85746A) is known color: Sand Dune. HEX triplet: 85, 74 and 6A. RGB value is (133,116,106). Sum of RGB (Red+Green+Blue) = 133+116+106=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 133 - color contains mainly: red. Hex color #85746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85746A is #7A8B95. Grayscale: #787878. Windows color (decimal): -8031126 or 6976645. OLE color: 6976645.
HSL color Cylindrical-coordinate representation of color #85746A: hue angle of 22.22º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #85746A is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 106 | - |
| CMYK | 0 | 0.13 | 0.20 | 0.48 |
| HSL | 22.22º | 0.11% | 0.47% | - |
| HSV(B) | 22.22º | 0.2% | 0.52% | - |
| XYZ | 18.52 | 18.52 | 16.23 | - |
| YUV | 119.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 106 | 0 | 0.13 | 0.20 | 0.48 | 22.22 | 0.11 | 0.47 |
| Hex | 85 | 74 | 6A | 0 | D | 14 | 30 | 16 | B | 2F |
| Octal | 205 | 164 | 152 | 0 | 15 | 24 | 60 | 26 | 13 | 57 |
| Binary | 10000101 | 1110100 | 1101010 | 0 | 1101 | 10100 | 110000 | 10110 | 1011 | 101111 |
Color Harmonies of #85746A
Complementary color
Monochromatic Colors of #85746A
Black with #85746A
Text Example
Text Example
White with #85746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85746A; }
p { color: rgb(133,116,106); }
H1.HeaderClassName
{
color: #85746A;
}
.AnyTagClassName
{
color: #85746A;
}
</style>
background-color css
<style>
a { background-color: #85746A; }
a { background-color: rgb(133,116,106); }
div.DivClassName
{
background-color: #85746A;
}
.BgClassName
{
background-color: #85746A;
}
</style>
border-color css
<style>
span { border-color: #85746A; }
span { border-color: rgb(133,116,106); }
td.TdClassName
{
border-color: #85746A;
}
.TagClassName
{
border-color: #85746A;
}
</style>