Shades of Lotus #86514C
Tints of Lotus #86514C
RGB
CMYK
RGB Variations
Color information
#86514C (or 0x86514C) is known color: Lotus. HEX triplet: 86, 51 and 4C. RGB value is (134,81,76). Sum of RGB (Red+Green+Blue) = 134+81+76=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86514C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86514C is #79AEB3. Grayscale: #606060. Windows color (decimal): -7974580 or 5001606. OLE color: 5001606.
HSL color Cylindrical-coordinate representation of color #86514C: hue angle of 5.17º degrees, saturation: 0.28, 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 #86514C is Cyan = 0, Magento = 0.40, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 76 | - |
| CMYK | 0 | 0.40 | 0.43 | 0.47 |
| HSL | 5.17º | 0.28% | 0.41% | - |
| HSV(B) | 5.17º | 0.43% | 0.53% | - |
| XYZ | 14.08 | 11.48 | 8.31 | - |
| YUV | 96.28 | 116.56 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 76 | 0 | 0.40 | 0.43 | 0.47 | 5.17 | 0.28 | 0.41 |
| Hex | 86 | 51 | 4C | 0 | 28 | 2B | 2F | 5 | 1C | 29 |
| Octal | 206 | 121 | 114 | 0 | 50 | 53 | 57 | 5 | 34 | 51 |
| Binary | 10000110 | 1010001 | 1001100 | 0 | 101000 | 101011 | 101111 | 101 | 11100 | 101001 |
Color Harmonies of #86514C
Complementary color
Monochromatic Colors of #86514C
Black with #86514C
Text Example
Text Example
White with #86514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86514C; }
p { color: rgb(134,81,76); }
H1.HeaderClassName
{
color: #86514C;
}
.AnyTagClassName
{
color: #86514C;
}
</style>
background-color css
<style>
a { background-color: #86514C; }
a { background-color: rgb(134,81,76); }
div.DivClassName
{
background-color: #86514C;
}
.BgClassName
{
background-color: #86514C;
}
</style>
border-color css
<style>
span { border-color: #86514C; }
span { border-color: rgb(134,81,76); }
td.TdClassName
{
border-color: #86514C;
}
.TagClassName
{
border-color: #86514C;
}
</style>