Shades of Monsoon #86687F
Tints of Monsoon #86687F
RGB
CMYK
RGB Variations
Color information
#86687F (or 0x86687F) is known color: Monsoon. HEX triplet: 86, 68 and 7F. RGB value is (134,104,127). Sum of RGB (Red+Green+Blue) = 134+104+127=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 134 - color contains mainly: red. Hex color #86687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86687F is #799780. Grayscale: #737373. Windows color (decimal): -7968641 or 8349830. OLE color: 8349830.
HSL color Cylindrical-coordinate representation of color #86687F: hue angle of 314º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #86687F is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 127 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.47 |
| HSL | 314º | 0.13% | 0.47% | - |
| HSV(B) | 314º | 0.22% | 0.53% | - |
| XYZ | 18.61 | 16.5 | 22.28 | - |
| YUV | 115.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 127 | 0 | 0.22 | 0.05 | 0.47 | 314 | 0.13 | 0.47 |
| Hex | 86 | 68 | 7F | 0 | 16 | 5 | 2F | 13A | D | 2F |
| Octal | 206 | 150 | 177 | 0 | 26 | 5 | 57 | 472 | 15 | 57 |
| Binary | 10000110 | 1101000 | 1111111 | 0 | 10110 | 101 | 101111 | 100111010 | 1101 | 101111 |
Color Harmonies of #86687F
Complementary color
Monochromatic Colors of #86687F
Black with #86687F
Text Example
Text Example
White with #86687F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86687F; }
p { color: rgb(134,104,127); }
H1.HeaderClassName
{
color: #86687F;
}
.AnyTagClassName
{
color: #86687F;
}
</style>
background-color css
<style>
a { background-color: #86687F; }
a { background-color: rgb(134,104,127); }
div.DivClassName
{
background-color: #86687F;
}
.BgClassName
{
background-color: #86687F;
}
</style>
border-color css
<style>
span { border-color: #86687F; }
span { border-color: rgb(134,104,127); }
td.TdClassName
{
border-color: #86687F;
}
.TagClassName
{
border-color: #86687F;
}
</style>