#86807C

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

Shades of Hurricane #86807C

Tints of Hurricane #86807C

Color information

#86807C (or 0x86807C) is unknown color: approx Hurricane. HEX triplet: 86, 80 and 7C. RGB value is (134,128,124). Sum of RGB (Red+Green+Blue) = 134+128+124=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #86807C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86807C is #797F83. Grayscale: #818181. Windows color (decimal): -7962500 or 8159366. OLE color: 8159366.

HSL color Cylindrical-coordinate representation of color #86807C: hue angle of 24º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #86807C is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134128124-
CMYK00.040.070.47
HSL24º3.97%50.59%-
HSV(B)24º7.46%52.55%-
XYZ21.1921.9622.19-
YUV129.34124.99131.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 124 (48.83% from 255) = 32.12%
R=34.72%
G=33.16%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412812400.040.070.47243.9750.59
Hex86807C0472F18433
Octal2062001740475730463
Binary10000110100000001111100010011110111111000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86807C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86807C; }

 p { color: rgb(134,128,124); }

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

<style>
 a { background-color: #86807C; }

 a { background-color: rgb(134,128,124); }

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

<style>
 span { border-color: #86807C; }

 span { border-color: rgb(134,128,124); }

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