#917C70

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

Shades of Hurricane #917C70

Tints of Hurricane #917C70

Color information

#917C70 (or 0x917C70) is unknown color: approx Hurricane. HEX triplet: 91, 7C and 70. RGB value is (145,124,112). Sum of RGB (Red+Green+Blue) = 145+124+112=381 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.06% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 145 - color contains mainly: red. Hex color #917C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C70 is #6E838F. Grayscale: #808080. Windows color (decimal): -7242640 or 7371921. OLE color: 7371921.

HSL color Cylindrical-coordinate representation of color #917C70: hue angle of 21.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917C70 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB145124112-
CMYK00.140.230.43
HSL21.82º13.04%50.39%-
HSV(B)21.82º22.76%56.86%-
XYZ21.8121.618.35-
YUV128.91118.46139.48-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.06%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=38.06%
G=32.55%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512411200.140.230.4321.8213.0450.39
Hex917C700E172B16d32
Octal2211741600162753261562
Binary10010001111110011100000111010111101011101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917C70; }

 p { color: rgb(145,124,112); }

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

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

 a { background-color: rgb(145,124,112); }

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

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

 span { border-color: rgb(145,124,112); }

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