#89716A

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

Shades of Ferra #89716A

Tints of Ferra #89716A

Color information

#89716A (or 0x89716A) is unknown color: approx Ferra. HEX triplet: 89, 71 and 6A. RGB value is (137,113,106). Sum of RGB (Red+Green+Blue) = 137+113+106=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #89716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89716A is #768E95. Grayscale: #777777. Windows color (decimal): -7769750 or 6975881. OLE color: 6975881.

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

Color convert

RGB137113106-
CMYK00.180.230.46
HSL13.55º12.76%47.65%-
HSV(B)13.55º22.63%53.73%-
XYZ18.8218.1716.15-
YUV119.38120.45140.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 113 (44.53% from 255) = 31.74%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=38.48%
G=31.74%
B=29.78%

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
Decimal13711310600.180.230.4613.5512.7647.65
Hex89716A012172Eed30
Octal2111611520222756161560
Binary10001001111000111010100100101011110111011101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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