Shades of Sand Dune #897A62
Tints of Sand Dune #897A62
RGB
CMYK
RGB Variations
Color information
#897A62 (or 0x897A62) is known color: Sand Dune. HEX triplet: 89, 7A and 62. RGB value is (137,122,98). Sum of RGB (Red+Green+Blue) = 137+122+98=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #897A62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897A62 is #76859D. Grayscale: #7B7B7B. Windows color (decimal): -7767454 or 6453897. OLE color: 6453897.
HSL color Cylindrical-coordinate representation of color #897A62: hue angle of 36.92º degrees, saturation: 0.17, 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 #897A62 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 122 | 98 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.46 |
| HSL | 36.92º | 0.17% | 0.46% | - |
| HSV(B) | 36.92º | 0.28% | 0.54% | - |
| XYZ | 19.48 | 20.12 | 14.41 | - |
| YUV | 123.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 122 | 98 | 0 | 0.11 | 0.28 | 0.46 | 36.92 | 0.17 | 0.46 |
| Hex | 89 | 7A | 62 | 0 | B | 1C | 2E | 25 | 11 | 2E |
| Octal | 211 | 172 | 142 | 0 | 13 | 34 | 56 | 45 | 21 | 56 |
| Binary | 10001001 | 1111010 | 1100010 | 0 | 1011 | 11100 | 101110 | 100101 | 10001 | 101110 |
Color Harmonies of #897A62
Complementary color
Monochromatic Colors of #897A62
Black with #897A62
Text Example
Text Example
White with #897A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897A62; }
p { color: rgb(137,122,98); }
H1.HeaderClassName
{
color: #897A62;
}
.AnyTagClassName
{
color: #897A62;
}
</style>
background-color css
<style>
a { background-color: #897A62; }
a { background-color: rgb(137,122,98); }
div.DivClassName
{
background-color: #897A62;
}
.BgClassName
{
background-color: #897A62;
}
</style>
border-color css
<style>
span { border-color: #897A62; }
span { border-color: rgb(137,122,98); }
td.TdClassName
{
border-color: #897A62;
}
.TagClassName
{
border-color: #897A62;
}
</style>