Shades of Lotus #86514E
Tints of Lotus #86514E
RGB
CMYK
RGB Variations
Color information
#86514E (or 0x86514E) is known color: Lotus. HEX triplet: 86, 51 and 4E. RGB value is (134,81,78). Sum of RGB (Red+Green+Blue) = 134+81+78=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86514E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86514E is #79AEB1. Grayscale: #606060. Windows color (decimal): -7974578 or 5132678. OLE color: 5132678.
HSL color Cylindrical-coordinate representation of color #86514E: hue angle of 3.21º 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 #86514E is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 78 | - |
| CMYK | 0 | 0.40 | 0.42 | 0.47 |
| HSL | 3.21º | 0.26% | 0.42% | - |
| HSV(B) | 3.21º | 0.42% | 0.53% | - |
| XYZ | 14.15 | 11.5 | 8.68 | - |
| YUV | 96.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 78 | 0 | 0.40 | 0.42 | 0.47 | 3.21 | 0.26 | 0.42 |
| Hex | 86 | 51 | 4E | 0 | 28 | 2A | 2F | 3 | 1A | 2A |
| Octal | 206 | 121 | 116 | 0 | 50 | 52 | 57 | 3 | 32 | 52 |
| Binary | 10000110 | 1010001 | 1001110 | 0 | 101000 | 101010 | 101111 | 11 | 11010 | 101010 |
Color Harmonies of #86514E
Complementary color
Monochromatic Colors of #86514E
Black with #86514E
Text Example
Text Example
White with #86514E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86514E; }
p { color: rgb(134,81,78); }
H1.HeaderClassName
{
color: #86514E;
}
.AnyTagClassName
{
color: #86514E;
}
</style>
background-color css
<style>
a { background-color: #86514E; }
a { background-color: rgb(134,81,78); }
div.DivClassName
{
background-color: #86514E;
}
.BgClassName
{
background-color: #86514E;
}
</style>
border-color css
<style>
span { border-color: #86514E; }
span { border-color: rgb(134,81,78); }
td.TdClassName
{
border-color: #86514E;
}
.TagClassName
{
border-color: #86514E;
}
</style>