Shades of Monsoon #866B81
Tints of Monsoon #866B81
RGB
CMYK
RGB Variations
Color information
#866B81 (or 0x866B81) is known color: Monsoon. HEX triplet: 86, 6B and 81. RGB value is (134,107,129). Sum of RGB (Red+Green+Blue) = 134+107+129=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #866B81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866B81 is #79947E. Grayscale: #757575. Windows color (decimal): -7967871 or 8481670. OLE color: 8481670.
HSL color Cylindrical-coordinate representation of color #866B81: hue angle of 311.11º 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 #866B81 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 107 | 129 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.47 |
| HSL | 311.11º | 0.11% | 0.47% | - |
| HSV(B) | 311.11º | 0.2% | 0.53% | - |
| XYZ | 19.05 | 17.17 | 23.08 | - |
| YUV | 117.58 | 134.45 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 129 | 0 | 0.20 | 0.04 | 0.47 | 311.11 | 0.11 | 0.47 |
| Hex | 86 | 6B | 81 | 0 | 14 | 4 | 2F | 137 | B | 2F |
| Octal | 206 | 153 | 201 | 0 | 24 | 4 | 57 | 467 | 13 | 57 |
| Binary | 10000110 | 1101011 | 10000001 | 0 | 10100 | 100 | 101111 | 100110111 | 1011 | 101111 |
Color Harmonies of #866B81
Complementary color
Monochromatic Colors of #866B81
Black with #866B81
Text Example
Text Example
White with #866B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866B81; }
p { color: rgb(134,107,129); }
H1.HeaderClassName
{
color: #866B81;
}
.AnyTagClassName
{
color: #866B81;
}
</style>
background-color css
<style>
a { background-color: #866B81; }
a { background-color: rgb(134,107,129); }
div.DivClassName
{
background-color: #866B81;
}
.BgClassName
{
background-color: #866B81;
}
</style>
border-color css
<style>
span { border-color: #866B81; }
span { border-color: rgb(134,107,129); }
td.TdClassName
{
border-color: #866B81;
}
.TagClassName
{
border-color: #866B81;
}
</style>