Shades of Sand Dune #907B5F
Tints of Sand Dune #907B5F
RGB
CMYK
RGB Variations
Color information
#907B5F (or 0x907B5F) is known color: Sand Dune. HEX triplet: 90, 7B and 5F. RGB value is (144,123,95). Sum of RGB (Red+Green+Blue) = 144+123+95=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 95 (37.5% from 255 or 26.24% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #907B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907B5F is #6F84A0. Grayscale: #7E7E7E. Windows color (decimal): -7308449 or 6257552. OLE color: 6257552.
HSL color Cylindrical-coordinate representation of color #907B5F: hue angle of 34.29º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #907B5F is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 123 | 95 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.44 |
| HSL | 34.29º | 0.21% | 0.47% | - |
| HSV(B) | 34.29º | 0.34% | 0.56% | - |
| XYZ | 20.65 | 20.92 | 13.78 | - |
| YUV | 126.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 123 | 95 | 0 | 0.15 | 0.34 | 0.44 | 34.29 | 0.21 | 0.47 |
| Hex | 90 | 7B | 5F | 0 | F | 22 | 2C | 22 | 15 | 2F |
| Octal | 220 | 173 | 137 | 0 | 17 | 42 | 54 | 42 | 25 | 57 |
| Binary | 10010000 | 1111011 | 1011111 | 0 | 1111 | 100010 | 101100 | 100010 | 10101 | 101111 |
Color Harmonies of #907B5F
Complementary color
Monochromatic Colors of #907B5F
Black with #907B5F
Text Example
Text Example
White with #907B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #907B5F; }
p { color: rgb(144,123,95); }
H1.HeaderClassName
{
color: #907B5F;
}
.AnyTagClassName
{
color: #907B5F;
}
</style>
background-color css
<style>
a { background-color: #907B5F; }
a { background-color: rgb(144,123,95); }
div.DivClassName
{
background-color: #907B5F;
}
.BgClassName
{
background-color: #907B5F;
}
</style>
border-color css
<style>
span { border-color: #907B5F; }
span { border-color: rgb(144,123,95); }
td.TdClassName
{
border-color: #907B5F;
}
.TagClassName
{
border-color: #907B5F;
}
</style>