#907D71

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

Shades of Hurricane #907D71

Tints of Hurricane #907D71

Color information

#907D71 (or 0x907D71) is unknown color: approx Hurricane. HEX triplet: 90, 7D and 71. RGB value is (144,125,113). Sum of RGB (Red+Green+Blue) = 144+125+113=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 144 - color contains mainly: red. Hex color #907D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #907D71 is #6F828E. Grayscale: #818181. Windows color (decimal): -7307919 or 7437712. OLE color: 7437712.

HSL color Cylindrical-coordinate representation of color #907D71: hue angle of 23.23º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #907D71 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB144125113-
CMYK00.130.220.44
HSL23.23º12.25%50.39%-
HSV(B)23.23º21.53%56.47%-
XYZ21.8221.7918.68-
YUV129.31118.79138.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.70%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=37.70%
G=32.72%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412511300.130.220.4423.2312.2550.39
Hex907D710D162C17c32
Octal2201751610152654271462
Binary10010000111110111100010110110110101100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #907D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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