#917D71

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

Shades of Hurricane #917D71

Tints of Hurricane #917D71

Color information

#917D71 (or 0x917D71) is unknown color: approx Hurricane. HEX triplet: 91, 7D and 71. RGB value is (145,125,113). Sum of RGB (Red+Green+Blue) = 145+125+113=383 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.86% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 145 - color contains mainly: red. Hex color #917D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917D71 is #6E828E. Grayscale: #818181. Windows color (decimal): -7242383 or 7437713. OLE color: 7437713.

HSL color Cylindrical-coordinate representation of color #917D71: hue angle of 22.5º 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 #917D71 is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB145125113-
CMYK00.140.220.43
HSL22.5º12.7%50.59%-
HSV(B)22.5º22.07%56.86%-
XYZ21.9921.8818.69-
YUV129.61118.63138.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.86%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=37.86%
G=32.64%
B=29.50%

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
Decimal14512511300.140.220.4322.512.750.59
Hex917D710E162B16d33
Octal2211751610162653261563
Binary10010001111110111100010111010110101011101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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