Shades of Monsoon #85697F
Tints of Monsoon #85697F
RGB
CMYK
RGB Variations
Color information
#85697F (or 0x85697F) is known color: Monsoon. HEX triplet: 85, 69 and 7F. RGB value is (133,105,127). Sum of RGB (Red+Green+Blue) = 133+105+127=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #85697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85697F is #7A9680. Grayscale: #737373. Windows color (decimal): -8033921 or 8350085. OLE color: 8350085.
HSL color Cylindrical-coordinate representation of color #85697F: hue angle of 312.86º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85697F is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 127 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.48 |
| HSL | 312.86º | 0.12% | 0.47% | - |
| HSV(B) | 312.86º | 0.21% | 0.52% | - |
| XYZ | 18.56 | 16.62 | 22.31 | - |
| YUV | 115.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 127 | 0 | 0.21 | 0.05 | 0.48 | 312.86 | 0.12 | 0.47 |
| Hex | 85 | 69 | 7F | 0 | 15 | 5 | 30 | 139 | C | 2F |
| Octal | 205 | 151 | 177 | 0 | 25 | 5 | 60 | 471 | 14 | 57 |
| Binary | 10000101 | 1101001 | 1111111 | 0 | 10101 | 101 | 110000 | 100111001 | 1100 | 101111 |
Color Harmonies of #85697F
Complementary color
Monochromatic Colors of #85697F
Black with #85697F
Text Example
Text Example
White with #85697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85697F; }
p { color: rgb(133,105,127); }
H1.HeaderClassName
{
color: #85697F;
}
.AnyTagClassName
{
color: #85697F;
}
</style>
background-color css
<style>
a { background-color: #85697F; }
a { background-color: rgb(133,105,127); }
div.DivClassName
{
background-color: #85697F;
}
.BgClassName
{
background-color: #85697F;
}
</style>
border-color css
<style>
span { border-color: #85697F; }
span { border-color: rgb(133,105,127); }
td.TdClassName
{
border-color: #85697F;
}
.TagClassName
{
border-color: #85697F;
}
</style>