Shades of Lotus #864F4E
Tints of Lotus #864F4E
RGB
CMYK
RGB Variations
Color information
#864F4E (or 0x864F4E) is known color: Lotus. HEX triplet: 86, 4F and 4E. RGB value is (134,79,78). Sum of RGB (Red+Green+Blue) = 134+79+78=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #864F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #864F4E is #79B0B1. Grayscale: #5F5F5F. Windows color (decimal): -7975090 or 5132166. OLE color: 5132166.
HSL color Cylindrical-coordinate representation of color #864F4E: hue angle of 1.07º 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 #864F4E is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 79 | 78 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.47 |
| HSL | 1.07º | 0.26% | 0.42% | - |
| HSV(B) | 1.07º | 0.42% | 0.53% | - |
| XYZ | 14 | 11.21 | 8.63 | - |
| YUV | 95.33 | 118.22 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 78 | 0 | 0.41 | 0.42 | 0.47 | 1.07 | 0.26 | 0.42 |
| Hex | 86 | 4F | 4E | 0 | 29 | 2A | 2F | 1 | 1A | 2A |
| Octal | 206 | 117 | 116 | 0 | 51 | 52 | 57 | 1 | 32 | 52 |
| Binary | 10000110 | 1001111 | 1001110 | 0 | 101001 | 101010 | 101111 | 1 | 11010 | 101010 |
Color Harmonies of #864F4E
Complementary color
Monochromatic Colors of #864F4E
Black with #864F4E
Text Example
Text Example
White with #864F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864F4E; }
p { color: rgb(134,79,78); }
H1.HeaderClassName
{
color: #864F4E;
}
.AnyTagClassName
{
color: #864F4E;
}
</style>
background-color css
<style>
a { background-color: #864F4E; }
a { background-color: rgb(134,79,78); }
div.DivClassName
{
background-color: #864F4E;
}
.BgClassName
{
background-color: #864F4E;
}
</style>
border-color css
<style>
span { border-color: #864F4E; }
span { border-color: rgb(134,79,78); }
td.TdClassName
{
border-color: #864F4E;
}
.TagClassName
{
border-color: #864F4E;
}
</style>