Shades of Monsoon #86687D
Tints of Monsoon #86687D
RGB
CMYK
RGB Variations
Color information
#86687D (or 0x86687D) is known color: Monsoon. HEX triplet: 86, 68 and 7D. RGB value is (134,104,125). Sum of RGB (Red+Green+Blue) = 134+104+125=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #86687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86687D is #799782. Grayscale: #737373. Windows color (decimal): -7968643 or 8218758. OLE color: 8218758.
HSL color Cylindrical-coordinate representation of color #86687D: hue angle of 318º 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 #86687D is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 104 | 125 | - |
| CMYK | 0 | 0.22 | 0.07 | 0.47 |
| HSL | 318º | 0.13% | 0.47% | - |
| HSV(B) | 318º | 0.22% | 0.53% | - |
| XYZ | 18.48 | 16.45 | 21.6 | - |
| YUV | 115.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 104 | 125 | 0 | 0.22 | 0.07 | 0.47 | 318 | 0.13 | 0.47 |
| Hex | 86 | 68 | 7D | 0 | 16 | 7 | 2F | 13E | D | 2F |
| Octal | 206 | 150 | 175 | 0 | 26 | 7 | 57 | 476 | 15 | 57 |
| Binary | 10000110 | 1101000 | 1111101 | 0 | 10110 | 111 | 101111 | 100111110 | 1101 | 101111 |
Color Harmonies of #86687D
Complementary color
Monochromatic Colors of #86687D
Black with #86687D
Text Example
Text Example
White with #86687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86687D; }
p { color: rgb(134,104,125); }
H1.HeaderClassName
{
color: #86687D;
}
.AnyTagClassName
{
color: #86687D;
}
</style>
background-color css
<style>
a { background-color: #86687D; }
a { background-color: rgb(134,104,125); }
div.DivClassName
{
background-color: #86687D;
}
.BgClassName
{
background-color: #86687D;
}
</style>
border-color css
<style>
span { border-color: #86687D; }
span { border-color: rgb(134,104,125); }
td.TdClassName
{
border-color: #86687D;
}
.TagClassName
{
border-color: #86687D;
}
</style>