#86746D

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

Shades of Hurricane #86746D

Tints of Hurricane #86746D

Color information

#86746D (or 0x86746D) is unknown color: approx 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

RGB134116109-
CMYK00.130.190.47
HSL16.8º10.29%47.65%-
HSV(B)16.8º18.66%52.55%-
XYZ18.8418.6617.08-
YUV120.58121.46137.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=37.33%
G=32.31%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411610900.130.190.4716.810.2947.65
Hex86746D0D132F11a30
Octal2061641550152357211260
Binary10000110111010011011010110110011101111100011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>