Shades of Sand Dune #897A63
Tints of Sand Dune #897A63
RGB
CMYK
RGB Variations
Color information
#897A63 (or 0x897A63) is known color: Sand Dune. HEX triplet: 89, 7A and 63. RGB value is (137,122,99). Sum of RGB (Red+Green+Blue) = 137+122+99=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 99 (39.06% from 255 or 27.65% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #897A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A63 is #76859C. Grayscale: #7B7B7B. Windows color (decimal): -7767453 or 6519433. OLE color: 6519433.
HSL color Cylindrical-coordinate representation of color #897A63: hue angle of 36.32º 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 #897A63 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 99 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.46 |
| HSL | 36.32º | 0.16% | 0.46% | - |
| HSV(B) | 36.32º | 0.28% | 0.54% | - |
| XYZ | 19.53 | 20.14 | 14.66 | - |
| YUV | 123.86 | 113.97 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 99 | 0 | 0.11 | 0.28 | 0.46 | 36.32 | 0.16 | 0.46 |
| Hex | 89 | 7A | 63 | 0 | B | 1C | 2E | 24 | 10 | 2E |
| Octal | 211 | 172 | 143 | 0 | 13 | 34 | 56 | 44 | 20 | 56 |
| Binary | 10001001 | 1111010 | 1100011 | 0 | 1011 | 11100 | 101110 | 100100 | 10000 | 101110 |
Color Harmonies of #897A63
Complementary color
Monochromatic Colors of #897A63
Black with #897A63
Text Example
Text Example
White with #897A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A63; }
p { color: rgb(137,122,99); }
H1.HeaderClassName
{
color: #897A63;
}
.AnyTagClassName
{
color: #897A63;
}
</style>
background-color css
<style>
a { background-color: #897A63; }
a { background-color: rgb(137,122,99); }
div.DivClassName
{
background-color: #897A63;
}
.BgClassName
{
background-color: #897A63;
}
</style>
border-color css
<style>
span { border-color: #897A63; }
span { border-color: rgb(137,122,99); }
td.TdClassName
{
border-color: #897A63;
}
.TagClassName
{
border-color: #897A63;
}
</style>