#867570

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

Shades of Hurricane #867570

Tints of Hurricane #867570

Color information

#867570 (or 0x867570) is unknown color: approx Hurricane. HEX triplet: 86, 75 and 70. RGB value is (134,117,112). Sum of RGB (Red+Green+Blue) = 134+117+112=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #867570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867570 is #798A8F. Grayscale: #797979. Windows color (decimal): -7965328 or 7370118. OLE color: 7370118.

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

Color convert

RGB134117112-
CMYK00.130.160.47
HSL13.64º8.94%48.24%-
HSV(B)13.64º16.42%52.55%-
XYZ19.1218.9617.98-
YUV121.51122.63136.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 117 (46.09% from 255) = 32.23%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=36.91%
G=32.23%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411711200.130.160.4713.648.9448.24
Hex8675700D102Fe930
Octal2061651600152057161160
Binary1000011011101011110000011011000010111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867570; }

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

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

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

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

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

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

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

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