#86746F

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

Shades of Hurricane #86746F

Tints of Hurricane #86746F

Color information

#86746F (or 0x86746F) is unknown color: approx Hurricane. HEX triplet: 86, 74 and 6F. RGB value is (134,116,111). Sum of RGB (Red+Green+Blue) = 134+116+111=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 116 (45.70% from 255 or 32.13% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 134 - color contains mainly: red. Hex color #86746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86746F is #798B90. Grayscale: #787878. Windows color (decimal): -7965585 or 7304326. OLE color: 7304326.

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

Color convert

RGB134116111-
CMYK00.130.170.47
HSL13.04º9.39%48.04%-
HSV(B)13.04º17.16%52.55%-
XYZ18.9518.7117.65-
YUV120.81122.46137.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 116 (45.70% from 255) = 32.13%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=37.12%
G=32.13%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411611100.130.170.4713.049.3948.04
Hex86746F0D112Fd930
Octal2061641570152157151160
Binary1000011011101001101111011011000110111111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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