Shades of Hurricane #84736B
Tints of Hurricane #84736B
RGB
CMYK
RGB Variations
Color information
#84736B (or 0x84736B) is known color: Hurricane. HEX triplet: 84, 73 and 6B. RGB value is (132,115,107). Sum of RGB (Red+Green+Blue) = 132+115+107=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 132 - color contains mainly: red. Hex color #84736B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84736B is #7B8C94. Grayscale: #777777. Windows color (decimal): -8096917 or 7041924. OLE color: 7041924.
HSL color Cylindrical-coordinate representation of color #84736B: hue angle of 19.2º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #84736B is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 115 | 107 | - |
| CMYK | 0 | 0.13 | 0.19 | 0.48 |
| HSL | 19.2º | 0.1% | 0.47% | - |
| HSV(B) | 19.2º | 0.19% | 0.52% | - |
| XYZ | 18.3 | 18.23 | 16.46 | - |
| YUV | 119.17 | 121.13 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 107 | 0 | 0.13 | 0.19 | 0.48 | 19.2 | 0.1 | 0.47 |
| Hex | 84 | 73 | 6B | 0 | D | 13 | 30 | 13 | A | 2F |
| Octal | 204 | 163 | 153 | 0 | 15 | 23 | 60 | 23 | 12 | 57 |
| Binary | 10000100 | 1110011 | 1101011 | 0 | 1101 | 10011 | 110000 | 10011 | 1010 | 101111 |
Color Harmonies of #84736B
Complementary color
Monochromatic Colors of #84736B
Black with #84736B
Text Example
Text Example
White with #84736B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84736B; }
p { color: rgb(132,115,107); }
H1.HeaderClassName
{
color: #84736B;
}
.AnyTagClassName
{
color: #84736B;
}
</style>
background-color css
<style>
a { background-color: #84736B; }
a { background-color: rgb(132,115,107); }
div.DivClassName
{
background-color: #84736B;
}
.BgClassName
{
background-color: #84736B;
}
</style>
border-color css
<style>
span { border-color: #84736B; }
span { border-color: rgb(132,115,107); }
td.TdClassName
{
border-color: #84736B;
}
.TagClassName
{
border-color: #84736B;
}
</style>