Shades of Lotus #865B55
Tints of Lotus #865B55
RGB
CMYK
RGB Variations
Color information
#865B55 (or 0x865B55) is known color: Lotus. HEX triplet: 86, 5B and 55. RGB value is (134,91,85). Sum of RGB (Red+Green+Blue) = 134+91+85=310 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.23% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 134 - color contains mainly: red. Hex color #865B55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B55 is #79A4AA. Grayscale: #676767. Windows color (decimal): -7972011 or 5593990. OLE color: 5593990.
HSL color Cylindrical-coordinate representation of color #865B55: hue angle of 7.35º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865B55 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 91 | 85 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.47 |
| HSL | 7.35º | 0.22% | 0.43% | - |
| HSV(B) | 7.35º | 0.37% | 0.53% | - |
| XYZ | 15.21 | 13.21 | 10.34 | - |
| YUV | 103.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 85 | 0 | 0.32 | 0.37 | 0.47 | 7.35 | 0.22 | 0.43 |
| Hex | 86 | 5B | 55 | 0 | 20 | 25 | 2F | 7 | 16 | 2B |
| Octal | 206 | 133 | 125 | 0 | 40 | 45 | 57 | 7 | 26 | 53 |
| Binary | 10000110 | 1011011 | 1010101 | 0 | 100000 | 100101 | 101111 | 111 | 10110 | 101011 |
Color Harmonies of #865B55
Complementary color
Monochromatic Colors of #865B55
Black with #865B55
Text Example
Text Example
White with #865B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865B55; }
p { color: rgb(134,91,85); }
H1.HeaderClassName
{
color: #865B55;
}
.AnyTagClassName
{
color: #865B55;
}
</style>
background-color css
<style>
a { background-color: #865B55; }
a { background-color: rgb(134,91,85); }
div.DivClassName
{
background-color: #865B55;
}
.BgClassName
{
background-color: #865B55;
}
</style>
border-color css
<style>
span { border-color: #865B55; }
span { border-color: rgb(134,91,85); }
td.TdClassName
{
border-color: #865B55;
}
.TagClassName
{
border-color: #865B55;
}
</style>