Shades of Lotus #885654
Tints of Lotus #885654
RGB
CMYK
RGB Variations
Color information
#885654 (or 0x885654) is known color: Lotus. HEX triplet: 88, 56 and 54. RGB value is (136,86,84). Sum of RGB (Red+Green+Blue) = 136+86+84=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 86 (33.98% from 255 or 28.10% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #885654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885654 is #77A9AB. Grayscale: #646464. Windows color (decimal): -7842220 or 5527176. OLE color: 5527176.
HSL color Cylindrical-coordinate representation of color #885654: hue angle of 2.31º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885654 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 84 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.47 |
| HSL | 2.31º | 0.24% | 0.43% | - |
| HSV(B) | 2.31º | 0.38% | 0.53% | - |
| XYZ | 15.08 | 12.53 | 10.01 | - |
| YUV | 100.72 | 118.57 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 84 | 0 | 0.37 | 0.38 | 0.47 | 2.31 | 0.24 | 0.43 |
| Hex | 88 | 56 | 54 | 0 | 25 | 26 | 2F | 2 | 18 | 2B |
| Octal | 210 | 126 | 124 | 0 | 45 | 46 | 57 | 2 | 30 | 53 |
| Binary | 10001000 | 1010110 | 1010100 | 0 | 100101 | 100110 | 101111 | 10 | 11000 | 101011 |
Color Harmonies of #885654
Complementary color
Monochromatic Colors of #885654
Black with #885654
Text Example
Text Example
White with #885654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885654; }
p { color: rgb(136,86,84); }
H1.HeaderClassName
{
color: #885654;
}
.AnyTagClassName
{
color: #885654;
}
</style>
background-color css
<style>
a { background-color: #885654; }
a { background-color: rgb(136,86,84); }
div.DivClassName
{
background-color: #885654;
}
.BgClassName
{
background-color: #885654;
}
</style>
border-color css
<style>
span { border-color: #885654; }
span { border-color: rgb(136,86,84); }
td.TdClassName
{
border-color: #885654;
}
.TagClassName
{
border-color: #885654;
}
</style>