#89706B

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

Shades of Ferra #89706B

Tints of Ferra #89706B

Color information

#89706B (or 0x89706B) is unknown color: approx Ferra. HEX triplet: 89, 70 and 6B. RGB value is (137,112,107). Sum of RGB (Red+Green+Blue) = 137+112+107=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #89706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89706B is #768F94. Grayscale: #767676. Windows color (decimal): -7770005 or 7041161. OLE color: 7041161.

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

Color convert

RGB137112107-
CMYK00.180.220.46
HSL10º12.3%47.84%-
HSV(B)10º21.9%53.73%-
XYZ18.7617.9716.39-
YUV118.9121.28140.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 107 (42.19% from 255) = 30.06%
R=38.48%
G=31.46%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711210700.180.220.461012.347.84
Hex89706B012162Eac30
Octal2111601530222656121460
Binary10001001111000011010110100101011010111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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