#86746E

Color #86746E Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #86746E

Tints of Hurricane #86746E

Color information

#86746E (or 0x86746E) is unknown color: approx Hurricane. HEX triplet: 86, 74 and 6E. RGB value is (134,116,110). Sum of RGB (Red+Green+Blue) = 134+116+110=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86746E is #798B91. Grayscale: #787878. Windows color (decimal): -7965586 or 7238790. OLE color: 7238790.

HSL color Cylindrical-coordinate representation of color #86746E: hue angle of 15º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #86746E is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB134116110-
CMYK00.130.180.47
HSL15º9.84%47.84%-
HSV(B)15º17.91%52.55%-
XYZ18.8918.6817.36-
YUV120.7121.96137.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=37.22%
G=32.22%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411611000.130.180.47159.8447.84
Hex86746E0D122Ffa30
Octal2061641560152257171260
Binary1000011011101001101110011011001010111111111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86746E; }

 p { color: rgb(134,116,110); }

 H1.HeaderClassName
 {
   color: #86746E;
 }
 .AnyTagClassName
 {
   color: #86746E;
 }
</style>
background-color css

<style>
 a { background-color: #86746E; }

 a { background-color: rgb(134,116,110); }

 div.DivClassName
 {
   background-color: #86746E;
 }
 .BgClassName
 {
   background-color: #86746E;
 }
</style>
border-color css

<style>
 span { border-color: #86746E; }

 span { border-color: rgb(134,116,110); }

 td.TdClassName
 {
   border-color: #86746E;
 }
 .TagClassName
 {
   border-color: #86746E;
 }
</style>