#867670

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

Shades of Hurricane #867670

Tints of Hurricane #867670

Color information

#867670 (or 0x867670) is unknown color: approx Hurricane. HEX triplet: 86, 76 and 70. RGB value is (134,118,112). Sum of RGB (Red+Green+Blue) = 134+118+112=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 134 - color contains mainly: red. Hex color #867670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867670 is #79898F. Grayscale: #7A7A7A. Windows color (decimal): -7965072 or 7370374. OLE color: 7370374.

HSL color Cylindrical-coordinate representation of color #867670: hue angle of 16.36º 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 #867670 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134118112-
CMYK00.120.160.47
HSL16.36º8.94%48.24%-
HSV(B)16.36º16.42%52.55%-
XYZ19.2319.218.02-
YUV122.1122.3136.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 118 (46.48% from 255) = 32.42%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=36.81%
G=32.42%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411811200.120.160.4716.368.9448.24
Hex8676700C102F10930
Octal2061661600142057201160
Binary10000110111011011100000110010000101111100001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867670; }

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

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

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

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

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

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

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

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