Shades of Monsoon #86667E
Tints of Monsoon #86667E
RGB
CMYK
RGB Variations
Color information
#86667E (or 0x86667E) is known color: Monsoon. HEX triplet: 86, 66 and 7E. RGB value is (134,102,126). Sum of RGB (Red+Green+Blue) = 134+102+126=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #86667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86667E is #799981. Grayscale: #727272. Windows color (decimal): -7969154 or 8283782. OLE color: 8283782.
HSL color Cylindrical-coordinate representation of color #86667E: hue angle of 315º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #86667E is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 102 | 126 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.47 |
| HSL | 315º | 0.14% | 0.46% | - |
| HSV(B) | 315º | 0.24% | 0.53% | - |
| XYZ | 18.35 | 16.08 | 21.87 | - |
| YUV | 114.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 102 | 126 | 0 | 0.24 | 0.06 | 0.47 | 315 | 0.14 | 0.46 |
| Hex | 86 | 66 | 7E | 0 | 18 | 6 | 2F | 13B | E | 2E |
| Octal | 206 | 146 | 176 | 0 | 30 | 6 | 57 | 473 | 16 | 56 |
| Binary | 10000110 | 1100110 | 1111110 | 0 | 11000 | 110 | 101111 | 100111011 | 1110 | 101110 |
Color Harmonies of #86667E
Complementary color
Monochromatic Colors of #86667E
Black with #86667E
Text Example
Text Example
White with #86667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86667E; }
p { color: rgb(134,102,126); }
H1.HeaderClassName
{
color: #86667E;
}
.AnyTagClassName
{
color: #86667E;
}
</style>
background-color css
<style>
a { background-color: #86667E; }
a { background-color: rgb(134,102,126); }
div.DivClassName
{
background-color: #86667E;
}
.BgClassName
{
background-color: #86667E;
}
</style>
border-color css
<style>
span { border-color: #86667E; }
span { border-color: rgb(134,102,126); }
td.TdClassName
{
border-color: #86667E;
}
.TagClassName
{
border-color: #86667E;
}
</style>