#90817C

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

Shades of Hurricane #90817C

Tints of Hurricane #90817C

Color information

#90817C (or 0x90817C) is unknown color: approx Hurricane. HEX triplet: 90, 81 and 7C. RGB value is (144,129,124). Sum of RGB (Red+Green+Blue) = 144+129+124=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 144 - color contains mainly: red. Hex color #90817C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #90817C is #6F7E83. Grayscale: #848484. Windows color (decimal): -7306884 or 8159632. OLE color: 8159632.

HSL color Cylindrical-coordinate representation of color #90817C: hue angle of 15º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #90817C is Cyan = 0, Magento = 0.10, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB144129124-
CMYK00.100.140.44
HSL15º8.26%52.55%-
HSV(B)15º13.89%56.47%-
XYZ22.9923.0922.31-
YUV132.92122.97135.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 124 (48.83% from 255) = 31.23%
R=36.27%
G=32.49%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412912400.100.140.44158.2652.55
Hex90817C0AE2Cf835
Octal2202011740121654171065
Binary1001000010000001111110001010111010110011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90817C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90817C; }

 p { color: rgb(144,129,124); }

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

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

 a { background-color: rgb(144,129,124); }

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

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

 span { border-color: rgb(144,129,124); }

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