Shades of Sand Dune #90785E
Tints of Sand Dune #90785E
RGB
CMYK
RGB Variations
Color information
#90785E (or 0x90785E) is known color: Sand Dune. HEX triplet: 90, 78 and 5E. RGB value is (144,120,94). Sum of RGB (Red+Green+Blue) = 144+120+94=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 94 (37.11% from 255 or 26.26% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #90785E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90785E is #6F87A1. Grayscale: #7C7C7C. Windows color (decimal): -7309218 or 6191248. OLE color: 6191248.
HSL color Cylindrical-coordinate representation of color #90785E: hue angle of 31.2º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90785E is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 120 | 94 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.44 |
| HSL | 31.2º | 0.21% | 0.47% | - |
| HSV(B) | 31.2º | 0.35% | 0.56% | - |
| XYZ | 20.24 | 20.17 | 13.42 | - |
| YUV | 124.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 120 | 94 | 0 | 0.17 | 0.35 | 0.44 | 31.2 | 0.21 | 0.47 |
| Hex | 90 | 78 | 5E | 0 | 11 | 23 | 2C | 1F | 15 | 2F |
| Octal | 220 | 170 | 136 | 0 | 21 | 43 | 54 | 37 | 25 | 57 |
| Binary | 10010000 | 1111000 | 1011110 | 0 | 10001 | 100011 | 101100 | 11111 | 10101 | 101111 |
Color Harmonies of #90785E
Complementary color
Monochromatic Colors of #90785E
Black with #90785E
Text Example
Text Example
White with #90785E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90785E; }
p { color: rgb(144,120,94); }
H1.HeaderClassName
{
color: #90785E;
}
.AnyTagClassName
{
color: #90785E;
}
</style>
background-color css
<style>
a { background-color: #90785E; }
a { background-color: rgb(144,120,94); }
div.DivClassName
{
background-color: #90785E;
}
.BgClassName
{
background-color: #90785E;
}
</style>
border-color css
<style>
span { border-color: #90785E; }
span { border-color: rgb(144,120,94); }
td.TdClassName
{
border-color: #90785E;
}
.TagClassName
{
border-color: #90785E;
}
</style>