#89716F

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

Shades of Ferra #89716F

Tints of Ferra #89716F

Color information

#89716F (or 0x89716F) is unknown color: approx Ferra. HEX triplet: 89, 71 and 6F. RGB value is (137,113,111). Sum of RGB (Red+Green+Blue) = 137+113+111=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 113 (44.53% from 255 or 31.30% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #89716F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89716F is #768E90. Grayscale: #777777. Windows color (decimal): -7769745 or 7303561. OLE color: 7303561.

HSL color Cylindrical-coordinate representation of color #89716F: hue angle of 4.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #89716F is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137113111-
CMYK00.180.190.46
HSL4.62º10.48%48.63%-
HSV(B)4.62º18.98%53.73%-
XYZ19.0918.2817.56-
YUV119.95122.95140.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 113 (44.53% from 255) = 31.30%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=37.95%
G=31.30%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711311100.180.190.464.6210.4848.63
Hex89716F012132E5a31
Octal211161157022235651261
Binary1000100111100011101111010010100111011101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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