Shades of Sand Dune #897863
Tints of Sand Dune #897863
RGB
CMYK
RGB Variations
Color information
#897863 (or 0x897863) is known color: Sand Dune. HEX triplet: 89, 78 and 63. RGB value is (137,120,99). Sum of RGB (Red+Green+Blue) = 137+120+99=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #897863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897863 is #76879C. Grayscale: #7A7A7A. Windows color (decimal): -7767965 or 6518921. OLE color: 6518921.
HSL color Cylindrical-coordinate representation of color #897863: hue angle of 33.16º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #897863 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 120 | 99 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.46 |
| HSL | 33.16º | 0.16% | 0.46% | - |
| HSV(B) | 33.16º | 0.28% | 0.54% | - |
| XYZ | 19.29 | 19.65 | 14.58 | - |
| YUV | 122.69 | 114.63 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 120 | 99 | 0 | 0.12 | 0.28 | 0.46 | 33.16 | 0.16 | 0.46 |
| Hex | 89 | 78 | 63 | 0 | C | 1C | 2E | 21 | 10 | 2E |
| Octal | 211 | 170 | 143 | 0 | 14 | 34 | 56 | 41 | 20 | 56 |
| Binary | 10001001 | 1111000 | 1100011 | 0 | 1100 | 11100 | 101110 | 100001 | 10000 | 101110 |
Color Harmonies of #897863
Complementary color
Monochromatic Colors of #897863
Black with #897863
Text Example
Text Example
White with #897863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897863; }
p { color: rgb(137,120,99); }
H1.HeaderClassName
{
color: #897863;
}
.AnyTagClassName
{
color: #897863;
}
</style>
background-color css
<style>
a { background-color: #897863; }
a { background-color: rgb(137,120,99); }
div.DivClassName
{
background-color: #897863;
}
.BgClassName
{
background-color: #897863;
}
</style>
border-color css
<style>
span { border-color: #897863; }
span { border-color: rgb(137,120,99); }
td.TdClassName
{
border-color: #897863;
}
.TagClassName
{
border-color: #897863;
}
</style>