#89706C

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

Shades of Ferra #89706C

Tints of Ferra #89706C

Color information

#89706C (or 0x89706C) is unknown color: approx Ferra. HEX triplet: 89, 70 and 6C. RGB value is (137,112,108). Sum of RGB (Red+Green+Blue) = 137+112+108=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 112 (44.14% from 255 or 31.37% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #89706C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89706C is #768F93. Grayscale: #777777. Windows color (decimal): -7770004 or 7106697. OLE color: 7106697.

HSL color Cylindrical-coordinate representation of color #89706C: hue angle of 8.28º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89706C is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB137112108-
CMYK00.180.210.46
HSL8.28º11.84%48.04%-
HSV(B)8.28º21.17%53.73%-
XYZ18.8217.9916.67-
YUV119.02121.78140.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 112 (44.14% from 255) = 31.37%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=38.38%
G=31.37%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711210800.180.210.468.2811.8448.04
Hex89706C012152E8c30
Octal2111601540222556101460
Binary10001001111000011011000100101010110111010001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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