Shades of Lotus #895654
Tints of Lotus #895654
RGB
CMYK
RGB Variations
Color information
#895654 (or 0x895654) is known color: Lotus. HEX triplet: 89, 56 and 54. RGB value is (137,86,84). Sum of RGB (Red+Green+Blue) = 137+86+84=307 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.63% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 137 - color contains mainly: red. Hex color #895654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895654 is #76A9AB. Grayscale: #656565. Windows color (decimal): -7776684 or 5527177. OLE color: 5527177.
HSL color Cylindrical-coordinate representation of color #895654: hue angle of 2.26º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895654 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 86 | 84 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.46 |
| HSL | 2.26º | 0.24% | 0.43% | - |
| HSV(B) | 2.26º | 0.39% | 0.54% | - |
| XYZ | 15.24 | 12.61 | 10.02 | - |
| YUV | 101.02 | 118.4 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 84 | 0 | 0.37 | 0.39 | 0.46 | 2.26 | 0.24 | 0.43 |
| Hex | 89 | 56 | 54 | 0 | 25 | 27 | 2E | 2 | 18 | 2B |
| Octal | 211 | 126 | 124 | 0 | 45 | 47 | 56 | 2 | 30 | 53 |
| Binary | 10001001 | 1010110 | 1010100 | 0 | 100101 | 100111 | 101110 | 10 | 11000 | 101011 |
Color Harmonies of #895654
Complementary color
Monochromatic Colors of #895654
Black with #895654
Text Example
Text Example
White with #895654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895654; }
p { color: rgb(137,86,84); }
H1.HeaderClassName
{
color: #895654;
}
.AnyTagClassName
{
color: #895654;
}
</style>
background-color css
<style>
a { background-color: #895654; }
a { background-color: rgb(137,86,84); }
div.DivClassName
{
background-color: #895654;
}
.BgClassName
{
background-color: #895654;
}
</style>
border-color css
<style>
span { border-color: #895654; }
span { border-color: rgb(137,86,84); }
td.TdClassName
{
border-color: #895654;
}
.TagClassName
{
border-color: #895654;
}
</style>