Shades of Sand Dune #897368
Tints of Sand Dune #897368
RGB
CMYK
RGB Variations
Color information
#897368 (or 0x897368) is known color: Sand Dune. HEX triplet: 89, 73 and 68. RGB value is (137,115,104). Sum of RGB (Red+Green+Blue) = 137+115+104=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 115 (45.31% from 255 or 32.30% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #897368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897368 is #768C97. Grayscale: #787878. Windows color (decimal): -7769240 or 6845321. OLE color: 6845321.
HSL color Cylindrical-coordinate representation of color #897368: hue angle of 20º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #897368 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 115 | 104 | - |
| CMYK | 0 | 0.16 | 0.24 | 0.46 |
| HSL | 20º | 0.14% | 0.47% | - |
| HSV(B) | 20º | 0.24% | 0.54% | - |
| XYZ | 18.95 | 18.58 | 15.68 | - |
| YUV | 120.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 104 | 0 | 0.16 | 0.24 | 0.46 | 20 | 0.14 | 0.47 |
| Hex | 89 | 73 | 68 | 0 | 10 | 18 | 2E | 14 | E | 2F |
| Octal | 211 | 163 | 150 | 0 | 20 | 30 | 56 | 24 | 16 | 57 |
| Binary | 10001001 | 1110011 | 1101000 | 0 | 10000 | 11000 | 101110 | 10100 | 1110 | 101111 |
Color Harmonies of #897368
Complementary color
Monochromatic Colors of #897368
Black with #897368
Text Example
Text Example
White with #897368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897368; }
p { color: rgb(137,115,104); }
H1.HeaderClassName
{
color: #897368;
}
.AnyTagClassName
{
color: #897368;
}
</style>
background-color css
<style>
a { background-color: #897368; }
a { background-color: rgb(137,115,104); }
div.DivClassName
{
background-color: #897368;
}
.BgClassName
{
background-color: #897368;
}
</style>
border-color css
<style>
span { border-color: #897368; }
span { border-color: rgb(137,115,104); }
td.TdClassName
{
border-color: #897368;
}
.TagClassName
{
border-color: #897368;
}
</style>