#89706F

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

Shades of Ferra #89706F

Tints of Ferra #89706F

Color information

#89706F (or 0x89706F) is unknown color: approx Ferra. HEX triplet: 89, 70 and 6F. RGB value is (137,112,111). Sum of RGB (Red+Green+Blue) = 137+112+111=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89706F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89706F is #768F90. Grayscale: #777777. Windows color (decimal): -7770001 or 7303305. OLE color: 7303305.

HSL color Cylindrical-coordinate representation of color #89706F: hue angle of 2.31º 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 #89706F is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137112111-
CMYK00.180.190.46
HSL2.31º10.48%48.63%-
HSV(B)2.31º18.98%53.73%-
XYZ18.9818.0517.52-
YUV119.36123.28140.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=38.06%
G=31.11%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711211100.180.190.462.3110.4848.63
Hex89706F012132E2a31
Octal211160157022235621261
Binary100010011110000110111101001010011101110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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