Shades of Monsoon #866C80
Tints of Monsoon #866C80
RGB
CMYK
RGB Variations
Color information
#866C80 (or 0x866C80) is known color: Monsoon. HEX triplet: 86, 6C and 80. RGB value is (134,108,128). Sum of RGB (Red+Green+Blue) = 134+108+128=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #866C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866C80 is #79937F. Grayscale: #757575. Windows color (decimal): -7967616 or 8416390. OLE color: 8416390.
HSL color Cylindrical-coordinate representation of color #866C80: hue angle of 313.85º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #866C80 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 108 | 128 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.47 |
| HSL | 313.85º | 0.11% | 0.47% | - |
| HSV(B) | 313.85º | 0.19% | 0.53% | - |
| XYZ | 19.09 | 17.35 | 22.77 | - |
| YUV | 118.05 | 133.61 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 128 | 0 | 0.19 | 0.04 | 0.47 | 313.85 | 0.11 | 0.47 |
| Hex | 86 | 6C | 80 | 0 | 13 | 4 | 2F | 13A | B | 2F |
| Octal | 206 | 154 | 200 | 0 | 23 | 4 | 57 | 472 | 13 | 57 |
| Binary | 10000110 | 1101100 | 10000000 | 0 | 10011 | 100 | 101111 | 100111010 | 1011 | 101111 |
Color Harmonies of #866C80
Complementary color
Monochromatic Colors of #866C80
Black with #866C80
Text Example
Text Example
White with #866C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866C80; }
p { color: rgb(134,108,128); }
H1.HeaderClassName
{
color: #866C80;
}
.AnyTagClassName
{
color: #866C80;
}
</style>
background-color css
<style>
a { background-color: #866C80; }
a { background-color: rgb(134,108,128); }
div.DivClassName
{
background-color: #866C80;
}
.BgClassName
{
background-color: #866C80;
}
</style>
border-color css
<style>
span { border-color: #866C80; }
span { border-color: rgb(134,108,128); }
td.TdClassName
{
border-color: #866C80;
}
.TagClassName
{
border-color: #866C80;
}
</style>