Shades of Lotus #86554D
Tints of Lotus #86554D
RGB
CMYK
RGB Variations
Color information
#86554D (or 0x86554D) is known color: Lotus. HEX triplet: 86, 55 and 4D. RGB value is (134,85,77). Sum of RGB (Red+Green+Blue) = 134+85+77=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #86554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86554D is #79AAB2. Grayscale: #626262. Windows color (decimal): -7973555 or 5068166. OLE color: 5068166.
HSL color Cylindrical-coordinate representation of color #86554D: hue angle of 8.42º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86554D is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 85 | 77 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.47 |
| HSL | 8.42º | 0.27% | 0.41% | - |
| HSV(B) | 8.42º | 0.43% | 0.53% | - |
| XYZ | 14.42 | 12.1 | 8.6 | - |
| YUV | 98.74 | 115.73 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 77 | 0 | 0.37 | 0.43 | 0.47 | 8.42 | 0.27 | 0.41 |
| Hex | 86 | 55 | 4D | 0 | 25 | 2B | 2F | 8 | 1B | 29 |
| Octal | 206 | 125 | 115 | 0 | 45 | 53 | 57 | 10 | 33 | 51 |
| Binary | 10000110 | 1010101 | 1001101 | 0 | 100101 | 101011 | 101111 | 1000 | 11011 | 101001 |
Color Harmonies of #86554D
Complementary color
Monochromatic Colors of #86554D
Black with #86554D
Text Example
Text Example
White with #86554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86554D; }
p { color: rgb(134,85,77); }
H1.HeaderClassName
{
color: #86554D;
}
.AnyTagClassName
{
color: #86554D;
}
</style>
background-color css
<style>
a { background-color: #86554D; }
a { background-color: rgb(134,85,77); }
div.DivClassName
{
background-color: #86554D;
}
.BgClassName
{
background-color: #86554D;
}
</style>
border-color css
<style>
span { border-color: #86554D; }
span { border-color: rgb(134,85,77); }
td.TdClassName
{
border-color: #86554D;
}
.TagClassName
{
border-color: #86554D;
}
</style>