#89706A

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

Shades of Ferra #89706A

Tints of Ferra #89706A

Color information

#89706A (or 0x89706A) is unknown color: approx Ferra. HEX triplet: 89, 70 and 6A. RGB value is (137,112,106). Sum of RGB (Red+Green+Blue) = 137+112+106=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #89706A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89706A is #768F95. Grayscale: #767676. Windows color (decimal): -7770006 or 6975625. OLE color: 6975625.

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

Color convert

RGB137112106-
CMYK00.180.230.46
HSL11.61º12.76%47.65%-
HSV(B)11.61º22.63%53.73%-
XYZ18.7117.9516.11-
YUV118.79120.78140.99-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=38.59%
G=31.55%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711210600.180.230.4611.6112.7647.65
Hex89706A012172Ecd30
Octal2111601520222756141560
Binary10001001111000011010100100101011110111011001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89706A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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