Shades of Lotus #86564D
Tints of Lotus #86564D
RGB
CMYK
RGB Variations
Color information
#86564D (or 0x86564D) is known color: Lotus. HEX triplet: 86, 56 and 4D. RGB value is (134,86,77). Sum of RGB (Red+Green+Blue) = 134+86+77=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #86564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86564D is #79A9B2. Grayscale: #636363. Windows color (decimal): -7973299 or 5068422. OLE color: 5068422.
HSL color Cylindrical-coordinate representation of color #86564D: hue angle of 9.47º degrees, saturation: 0.27, 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 #86564D is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 86 | 77 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.47 |
| HSL | 9.47º | 0.27% | 0.41% | - |
| HSV(B) | 9.47º | 0.43% | 0.53% | - |
| XYZ | 14.5 | 12.26 | 8.62 | - |
| YUV | 99.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 86 | 77 | 0 | 0.36 | 0.43 | 0.47 | 9.47 | 0.27 | 0.41 |
| Hex | 86 | 56 | 4D | 0 | 24 | 2B | 2F | 9 | 1B | 29 |
| Octal | 206 | 126 | 115 | 0 | 44 | 53 | 57 | 11 | 33 | 51 |
| Binary | 10000110 | 1010110 | 1001101 | 0 | 100100 | 101011 | 101111 | 1001 | 11011 | 101001 |
Color Harmonies of #86564D
Complementary color
Monochromatic Colors of #86564D
Black with #86564D
Text Example
Text Example
White with #86564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86564D; }
p { color: rgb(134,86,77); }
H1.HeaderClassName
{
color: #86564D;
}
.AnyTagClassName
{
color: #86564D;
}
</style>
background-color css
<style>
a { background-color: #86564D; }
a { background-color: rgb(134,86,77); }
div.DivClassName
{
background-color: #86564D;
}
.BgClassName
{
background-color: #86564D;
}
</style>
border-color css
<style>
span { border-color: #86564D; }
span { border-color: rgb(134,86,77); }
td.TdClassName
{
border-color: #86564D;
}
.TagClassName
{
border-color: #86564D;
}
</style>