#89756F

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

Shades of Hurricane #89756F

Tints of Hurricane #89756F

Color information

#89756F (or 0x89756F) is unknown color: approx Hurricane. HEX triplet: 89, 75 and 6F. RGB value is (137,117,111). Sum of RGB (Red+Green+Blue) = 137+117+111=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 117 (46.09% from 255 or 32.05% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #89756F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89756F is #768A90. Grayscale: #7A7A7A. Windows color (decimal): -7768721 or 7304585. OLE color: 7304585.

HSL color Cylindrical-coordinate representation of color #89756F: hue angle of 13.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89756F is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137117111-
CMYK00.150.190.46
HSL13.85º10.48%48.63%-
HSV(B)13.85º18.98%53.73%-
XYZ19.5519.1917.71-
YUV122.3121.63138.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.53%
GREEN value IS 117 (46.09% from 255) = 32.05%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=37.53%
G=32.05%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711711100.150.190.4613.8510.4848.63
Hex89756F0F132Eea31
Octal2111651570172356161261
Binary1000100111101011101111011111001110111011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89756F; }

 p { color: rgb(137,117,111); }

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

<style>
 a { background-color: #89756F; }

 a { background-color: rgb(137,117,111); }

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

<style>
 span { border-color: #89756F; }

 span { border-color: rgb(137,117,111); }

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