#89716E

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

Shades of Ferra #89716E

Tints of Ferra #89716E

Color information

#89716E (or 0x89716E) is unknown color: approx Ferra. HEX triplet: 89, 71 and 6E. RGB value is (137,113,110). Sum of RGB (Red+Green+Blue) = 137+113+110=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 113 (44.53% from 255 or 31.39% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89716E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89716E is #768E91. Grayscale: #777777. Windows color (decimal): -7769746 or 7238025. OLE color: 7238025.

HSL color Cylindrical-coordinate representation of color #89716E: hue angle of 6.67º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #89716E is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB137113110-
CMYK00.180.200.46
HSL6.67º10.93%48.43%-
HSV(B)6.67º19.71%53.73%-
XYZ19.0418.2517.27-
YUV119.83122.45140.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 113 (44.53% from 255) = 31.39%
BLUE value IS 110 (43.36% from 255) = 30.56%
R=38.06%
G=31.39%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711311000.180.200.466.6710.9348.43
Hex89716E012142E7b30
Octal211161156022245671360
Binary1000100111100011101110010010101001011101111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89716E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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