#86756D

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

Shades of Hurricane #86756D

Tints of Hurricane #86756D

Color information

#86756D (or 0x86756D) is unknown color: approx Hurricane. HEX triplet: 86, 75 and 6D. RGB value is (134,117,109). Sum of RGB (Red+Green+Blue) = 134+117+109=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 134 - color contains mainly: red. Hex color #86756D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86756D is #798A92. Grayscale: #797979. Windows color (decimal): -7965331 or 7173510. OLE color: 7173510.

HSL color Cylindrical-coordinate representation of color #86756D: hue angle of 19.2º 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 #86756D is Cyan = 0, Magento = 0.13, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134117109-
CMYK00.130.190.47
HSL19.2º10.29%47.65%-
HSV(B)19.2º18.66%52.55%-
XYZ18.9518.917.12-
YUV121.17121.13137.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 117 (46.09% from 255) = 32.5%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=37.22%
G=32.5%
B=30.28%

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
Decimal13411710900.130.190.4719.210.2947.65
Hex86756D0D132F13a30
Octal2061651550152357231260
Binary10000110111010111011010110110011101111100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86756D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86756D; }

 p { color: rgb(134,117,109); }

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

<style>
 a { background-color: #86756D; }

 a { background-color: rgb(134,117,109); }

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

<style>
 span { border-color: #86756D; }

 span { border-color: rgb(134,117,109); }

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