Shades of Sand Dune #897B69
Tints of Sand Dune #897B69
RGB
CMYK
RGB Variations
Color information
#897B69 (or 0x897B69) is known color: Sand Dune. HEX triplet: 89, 7B and 69. RGB value is (137,123,105). Sum of RGB (Red+Green+Blue) = 137+123+105=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #897B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897B69 is #768496. Grayscale: #7D7D7D. Windows color (decimal): -7767191 or 6912905. OLE color: 6912905.
HSL color Cylindrical-coordinate representation of color #897B69: hue angle of 33.75º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #897B69 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 123 | 105 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.46 |
| HSL | 33.75º | 0.13% | 0.47% | - |
| HSV(B) | 33.75º | 0.23% | 0.54% | - |
| XYZ | 19.95 | 20.5 | 16.27 | - |
| YUV | 125.13 | 116.64 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 123 | 105 | 0 | 0.10 | 0.23 | 0.46 | 33.75 | 0.13 | 0.47 |
| Hex | 89 | 7B | 69 | 0 | A | 17 | 2E | 22 | D | 2F |
| Octal | 211 | 173 | 151 | 0 | 12 | 27 | 56 | 42 | 15 | 57 |
| Binary | 10001001 | 1111011 | 1101001 | 0 | 1010 | 10111 | 101110 | 100010 | 1101 | 101111 |
Color Harmonies of #897B69
Complementary color
Monochromatic Colors of #897B69
Black with #897B69
Text Example
Text Example
White with #897B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897B69; }
p { color: rgb(137,123,105); }
H1.HeaderClassName
{
color: #897B69;
}
.AnyTagClassName
{
color: #897B69;
}
</style>
background-color css
<style>
a { background-color: #897B69; }
a { background-color: rgb(137,123,105); }
div.DivClassName
{
background-color: #897B69;
}
.BgClassName
{
background-color: #897B69;
}
</style>
border-color css
<style>
span { border-color: #897B69; }
span { border-color: rgb(137,123,105); }
td.TdClassName
{
border-color: #897B69;
}
.TagClassName
{
border-color: #897B69;
}
</style>