Shades of Hurricane #86746D
Tints of Hurricane #86746D
RGB
CMYK
RGB Variations
Color information
#86746D (or 0x86746D) is known color: Hurricane. HEX triplet: 86, 74 and 6D. RGB value is (134,116,109). Sum of RGB (Red+Green+Blue) = 134+116+109=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 134 - color contains mainly: red. Hex color #86746D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86746D is #798B92. Grayscale: #787878. Windows color (decimal): -7965587 or 7173254. OLE color: 7173254.
HSL color Cylindrical-coordinate representation of color #86746D: hue angle of 16.8º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86746D is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 116 | 109 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.47 |
| HSL | 16.8º | 0.1% | 0.48% | - |
| HSV(B) | 16.8º | 0.19% | 0.53% | - |
| XYZ | 18.84 | 18.66 | 17.08 | - |
| YUV | 120.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 116 | 109 | 0 | 0.13 | 0.19 | 0.47 | 16.8 | 0.1 | 0.48 |
| Hex | 86 | 74 | 6D | 0 | D | 13 | 2F | 11 | A | 30 |
| Octal | 206 | 164 | 155 | 0 | 15 | 23 | 57 | 21 | 12 | 60 |
| Binary | 10000110 | 1110100 | 1101101 | 0 | 1101 | 10011 | 101111 | 10001 | 1010 | 110000 |
Color Harmonies of #86746D
Complementary color
Monochromatic Colors of #86746D
Black with #86746D
Text Example
Text Example
White with #86746D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86746D; }
p { color: rgb(134,116,109); }
H1.HeaderClassName
{
color: #86746D;
}
.AnyTagClassName
{
color: #86746D;
}
</style>
background-color css
<style>
a { background-color: #86746D; }
a { background-color: rgb(134,116,109); }
div.DivClassName
{
background-color: #86746D;
}
.BgClassName
{
background-color: #86746D;
}
</style>
border-color css
<style>
span { border-color: #86746D; }
span { border-color: rgb(134,116,109); }
td.TdClassName
{
border-color: #86746D;
}
.TagClassName
{
border-color: #86746D;
}
</style>