Shades of Monsoon #866B80
Tints of Monsoon #866B80
RGB
CMYK
RGB Variations
Color information
#866B80 (or 0x866B80) is known color: Monsoon. HEX triplet: 86, 6B and 80. RGB value is (134,107,128). Sum of RGB (Red+Green+Blue) = 134+107+128=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 134 - color contains mainly: red. Hex color #866B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866B80 is #79947F. Grayscale: #757575. Windows color (decimal): -7967872 or 8416134. OLE color: 8416134.
HSL color Cylindrical-coordinate representation of color #866B80: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #866B80 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 128 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.47 |
| HSL | 313.33º | 0.11% | 0.47% | - |
| HSV(B) | 313.33º | 0.2% | 0.53% | - |
| XYZ | 18.99 | 17.14 | 22.73 | - |
| YUV | 117.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 128 | 0 | 0.20 | 0.04 | 0.47 | 313.33 | 0.11 | 0.47 |
| Hex | 86 | 6B | 80 | 0 | 14 | 4 | 2F | 139 | B | 2F |
| Octal | 206 | 153 | 200 | 0 | 24 | 4 | 57 | 471 | 13 | 57 |
| Binary | 10000110 | 1101011 | 10000000 | 0 | 10100 | 100 | 101111 | 100111001 | 1011 | 101111 |
Color Harmonies of #866B80
Complementary color
Monochromatic Colors of #866B80
Black with #866B80
Text Example
Text Example
White with #866B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B80; }
p { color: rgb(134,107,128); }
H1.HeaderClassName
{
color: #866B80;
}
.AnyTagClassName
{
color: #866B80;
}
</style>
background-color css
<style>
a { background-color: #866B80; }
a { background-color: rgb(134,107,128); }
div.DivClassName
{
background-color: #866B80;
}
.BgClassName
{
background-color: #866B80;
}
</style>
border-color css
<style>
span { border-color: #866B80; }
span { border-color: rgb(134,107,128); }
td.TdClassName
{
border-color: #866B80;
}
.TagClassName
{
border-color: #866B80;
}
</style>