Shades of Lotus #864D4C
Tints of Lotus #864D4C
RGB
CMYK
RGB Variations
Color information
#864D4C (or 0x864D4C) is known color: Lotus. HEX triplet: 86, 4D and 4C. RGB value is (134,77,76). Sum of RGB (Red+Green+Blue) = 134+77+76=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 134 - color contains mainly: red. Hex color #864D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864D4C is #79B2B3. Grayscale: #5D5D5D. Windows color (decimal): -7975604 or 5000582. OLE color: 5000582.
HSL color Cylindrical-coordinate representation of color #864D4C: hue angle of 1.03º 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 #864D4C is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 77 | 76 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.47 |
| HSL | 1.03º | 0.28% | 0.41% | - |
| HSV(B) | 1.03º | 0.43% | 0.53% | - |
| XYZ | 13.79 | 10.9 | 8.21 | - |
| YUV | 93.93 | 117.88 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 76 | 0 | 0.43 | 0.43 | 0.47 | 1.03 | 0.28 | 0.41 |
| Hex | 86 | 4D | 4C | 0 | 2B | 2B | 2F | 1 | 1C | 29 |
| Octal | 206 | 115 | 114 | 0 | 53 | 53 | 57 | 1 | 34 | 51 |
| Binary | 10000110 | 1001101 | 1001100 | 0 | 101011 | 101011 | 101111 | 1 | 11100 | 101001 |
Color Harmonies of #864D4C
Complementary color
Monochromatic Colors of #864D4C
Black with #864D4C
Text Example
Text Example
White with #864D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864D4C; }
p { color: rgb(134,77,76); }
H1.HeaderClassName
{
color: #864D4C;
}
.AnyTagClassName
{
color: #864D4C;
}
</style>
background-color css
<style>
a { background-color: #864D4C; }
a { background-color: rgb(134,77,76); }
div.DivClassName
{
background-color: #864D4C;
}
.BgClassName
{
background-color: #864D4C;
}
</style>
border-color css
<style>
span { border-color: #864D4C; }
span { border-color: rgb(134,77,76); }
td.TdClassName
{
border-color: #864D4C;
}
.TagClassName
{
border-color: #864D4C;
}
</style>