Shades of Lotus #864E47
Tints of Lotus #864E47
RGB
CMYK
RGB Variations
Color information
#864E47 (or 0x864E47) is known color: Lotus. HEX triplet: 86, 4E and 47. RGB value is (134,78,71). Sum of RGB (Red+Green+Blue) = 134+78+71=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #864E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E47 is #79B1B8. Grayscale: #5E5E5E. Windows color (decimal): -7975353 or 4673158. OLE color: 4673158.
HSL color Cylindrical-coordinate representation of color #864E47: hue angle of 6.67º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864E47 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 78 | 71 | - |
| CMYK | 0 | 0.42 | 0.47 | 0.47 |
| HSL | 6.67º | 0.31% | 0.4% | - |
| HSV(B) | 6.67º | 0.47% | 0.53% | - |
| XYZ | 13.69 | 10.97 | 7.36 | - |
| YUV | 93.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 71 | 0 | 0.42 | 0.47 | 0.47 | 6.67 | 0.31 | 0.4 |
| Hex | 86 | 4E | 47 | 0 | 2A | 2F | 2F | 7 | 1F | 28 |
| Octal | 206 | 116 | 107 | 0 | 52 | 57 | 57 | 7 | 37 | 50 |
| Binary | 10000110 | 1001110 | 1000111 | 0 | 101010 | 101111 | 101111 | 111 | 11111 | 101000 |
Color Harmonies of #864E47
Complementary color
Monochromatic Colors of #864E47
Black with #864E47
Text Example
Text Example
White with #864E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864E47; }
p { color: rgb(134,78,71); }
H1.HeaderClassName
{
color: #864E47;
}
.AnyTagClassName
{
color: #864E47;
}
</style>
background-color css
<style>
a { background-color: #864E47; }
a { background-color: rgb(134,78,71); }
div.DivClassName
{
background-color: #864E47;
}
.BgClassName
{
background-color: #864E47;
}
</style>
border-color css
<style>
span { border-color: #864E47; }
span { border-color: rgb(134,78,71); }
td.TdClassName
{
border-color: #864E47;
}
.TagClassName
{
border-color: #864E47;
}
</style>