Shades of Hurricane #86746C
Tints of Hurricane #86746C
RGB
CMYK
RGB Variations
Color information
#86746C (or 0x86746C) is known color: Hurricane. HEX triplet: 86, 74 and 6C. RGB value is (134,116,108). Sum of RGB (Red+Green+Blue) = 134+116+108=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 134 - color contains mainly: red. Hex color #86746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86746C is #798B93. Grayscale: #787878. Windows color (decimal): -7965588 or 7107718. OLE color: 7107718.
HSL color Cylindrical-coordinate representation of color #86746C: hue angle of 18.46º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86746C is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 116 | 108 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.47 |
| HSL | 18.46º | 0.11% | 0.47% | - |
| HSV(B) | 18.46º | 0.19% | 0.53% | - |
| XYZ | 18.78 | 18.64 | 16.8 | - |
| YUV | 120.47 | 120.96 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 116 | 108 | 0 | 0.13 | 0.19 | 0.47 | 18.46 | 0.11 | 0.47 |
| Hex | 86 | 74 | 6C | 0 | D | 13 | 2F | 12 | B | 2F |
| Octal | 206 | 164 | 154 | 0 | 15 | 23 | 57 | 22 | 13 | 57 |
| Binary | 10000110 | 1110100 | 1101100 | 0 | 1101 | 10011 | 101111 | 10010 | 1011 | 101111 |
Color Harmonies of #86746C
Complementary color
Monochromatic Colors of #86746C
Black with #86746C
Text Example
Text Example
White with #86746C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86746C; }
p { color: rgb(134,116,108); }
H1.HeaderClassName
{
color: #86746C;
}
.AnyTagClassName
{
color: #86746C;
}
</style>
background-color css
<style>
a { background-color: #86746C; }
a { background-color: rgb(134,116,108); }
div.DivClassName
{
background-color: #86746C;
}
.BgClassName
{
background-color: #86746C;
}
</style>
border-color css
<style>
span { border-color: #86746C; }
span { border-color: rgb(134,116,108); }
td.TdClassName
{
border-color: #86746C;
}
.TagClassName
{
border-color: #86746C;
}
</style>