Shades of Lotus #86504E
Tints of Lotus #86504E
RGB
CMYK
RGB Variations
Color information
#86504E (or 0x86504E) is known color: Lotus. HEX triplet: 86, 50 and 4E. RGB value is (134,80,78). Sum of RGB (Red+Green+Blue) = 134+80+78=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 134 - color contains mainly: red. Hex color #86504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86504E is #79AFB1. Grayscale: #5F5F5F. Windows color (decimal): -7974834 or 5132422. OLE color: 5132422.
HSL color Cylindrical-coordinate representation of color #86504E: hue angle of 2.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86504E is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 80 | 78 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.47 |
| HSL | 2.14º | 0.26% | 0.42% | - |
| HSV(B) | 2.14º | 0.42% | 0.53% | - |
| XYZ | 14.08 | 11.36 | 8.66 | - |
| YUV | 95.92 | 117.89 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 80 | 78 | 0 | 0.40 | 0.42 | 0.47 | 2.14 | 0.26 | 0.42 |
| Hex | 86 | 50 | 4E | 0 | 28 | 2A | 2F | 2 | 1A | 2A |
| Octal | 206 | 120 | 116 | 0 | 50 | 52 | 57 | 2 | 32 | 52 |
| Binary | 10000110 | 1010000 | 1001110 | 0 | 101000 | 101010 | 101111 | 10 | 11010 | 101010 |
Color Harmonies of #86504E
Complementary color
Monochromatic Colors of #86504E
Black with #86504E
Text Example
Text Example
White with #86504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86504E; }
p { color: rgb(134,80,78); }
H1.HeaderClassName
{
color: #86504E;
}
.AnyTagClassName
{
color: #86504E;
}
</style>
background-color css
<style>
a { background-color: #86504E; }
a { background-color: rgb(134,80,78); }
div.DivClassName
{
background-color: #86504E;
}
.BgClassName
{
background-color: #86504E;
}
</style>
border-color css
<style>
span { border-color: #86504E; }
span { border-color: rgb(134,80,78); }
td.TdClassName
{
border-color: #86504E;
}
.TagClassName
{
border-color: #86504E;
}
</style>