Shades of Sand Dune #91775F
Tints of Sand Dune #91775F
RGB
CMYK
RGB Variations
Color information
#91775F (or 0x91775F) is known color: Sand Dune. HEX triplet: 91, 77 and 5F. RGB value is (145,119,95). Sum of RGB (Red+Green+Blue) = 145+119+95=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 119 (46.88% from 255 or 33.15% from 359); Blue value is 95 (37.5% from 255 or 26.46% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #91775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91775F is #6E88A0. Grayscale: #7C7C7C. Windows color (decimal): -7243937 or 6256529. OLE color: 6256529.
HSL color Cylindrical-coordinate representation of color #91775F: hue angle of 28.8º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #91775F is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 119 | 95 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.43 |
| HSL | 28.8º | 0.21% | 0.47% | - |
| HSV(B) | 28.8º | 0.34% | 0.57% | - |
| XYZ | 20.34 | 20.04 | 13.62 | - |
| YUV | 124.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 119 | 95 | 0 | 0.18 | 0.34 | 0.43 | 28.8 | 0.21 | 0.47 |
| Hex | 91 | 77 | 5F | 0 | 12 | 22 | 2B | 1D | 15 | 2F |
| Octal | 221 | 167 | 137 | 0 | 22 | 42 | 53 | 35 | 25 | 57 |
| Binary | 10010001 | 1110111 | 1011111 | 0 | 10010 | 100010 | 101011 | 11101 | 10101 | 101111 |
Color Harmonies of #91775F
Complementary color
Monochromatic Colors of #91775F
Black with #91775F
Text Example
Text Example
White with #91775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91775F; }
p { color: rgb(145,119,95); }
H1.HeaderClassName
{
color: #91775F;
}
.AnyTagClassName
{
color: #91775F;
}
</style>
background-color css
<style>
a { background-color: #91775F; }
a { background-color: rgb(145,119,95); }
div.DivClassName
{
background-color: #91775F;
}
.BgClassName
{
background-color: #91775F;
}
</style>
border-color css
<style>
span { border-color: #91775F; }
span { border-color: rgb(145,119,95); }
td.TdClassName
{
border-color: #91775F;
}
.TagClassName
{
border-color: #91775F;
}
</style>