Shades of Hurricane #85746E
Tints of Hurricane #85746E
RGB
CMYK
RGB Variations
Color information
#85746E (or 0x85746E) is known color: Hurricane. HEX triplet: 85, 74 and 6E. RGB value is (133,116,110). Sum of RGB (Red+Green+Blue) = 133+116+110=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85746E is #7A8B91. Grayscale: #787878. Windows color (decimal): -8031122 or 7238789. OLE color: 7238789.
HSL color Cylindrical-coordinate representation of color #85746E: hue angle of 15.65º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85746E is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 110 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.48 |
| HSL | 15.65º | 0.09% | 0.48% | - |
| HSV(B) | 15.65º | 0.17% | 0.52% | - |
| XYZ | 18.73 | 18.6 | 17.36 | - |
| YUV | 120.4 | 122.13 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 110 | 0 | 0.13 | 0.17 | 0.48 | 15.65 | 0.09 | 0.48 |
| Hex | 85 | 74 | 6E | 0 | D | 11 | 30 | 10 | 9 | 30 |
| Octal | 205 | 164 | 156 | 0 | 15 | 21 | 60 | 20 | 11 | 60 |
| Binary | 10000101 | 1110100 | 1101110 | 0 | 1101 | 10001 | 110000 | 10000 | 1001 | 110000 |
Color Harmonies of #85746E
Complementary color
Monochromatic Colors of #85746E
Black with #85746E
Text Example
Text Example
White with #85746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85746E; }
p { color: rgb(133,116,110); }
H1.HeaderClassName
{
color: #85746E;
}
.AnyTagClassName
{
color: #85746E;
}
</style>
background-color css
<style>
a { background-color: #85746E; }
a { background-color: rgb(133,116,110); }
div.DivClassName
{
background-color: #85746E;
}
.BgClassName
{
background-color: #85746E;
}
</style>
border-color css
<style>
span { border-color: #85746E; }
span { border-color: rgb(133,116,110); }
td.TdClassName
{
border-color: #85746E;
}
.TagClassName
{
border-color: #85746E;
}
</style>