#917C71

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

Shades of Hurricane #917C71

Tints of Hurricane #917C71

Color information

#917C71 (or 0x917C71) is unknown color: approx Hurricane. HEX triplet: 91, 7C and 71. RGB value is (145,124,113). Sum of RGB (Red+Green+Blue) = 145+124+113=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #917C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917C71 is #6E838E. Grayscale: #818181. Windows color (decimal): -7242639 or 7437457. OLE color: 7437457.

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

Color convert

RGB145124113-
CMYK00.140.220.43
HSL20.62º12.7%50.59%-
HSV(B)20.62º22.07%56.86%-
XYZ21.8721.6318.64-
YUV129.02118.96139.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 124 (48.83% from 255) = 32.46%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=37.96%
G=32.46%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14512411300.140.220.4320.6212.750.59
Hex917C710E162B15d33
Octal2211741610162653251563
Binary10010001111110011100010111010110101011101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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