#89716C

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

Shades of Ferra #89716C

Tints of Ferra #89716C

Color information

#89716C (or 0x89716C) is unknown color: approx Ferra. HEX triplet: 89, 71 and 6C. RGB value is (137,113,108). Sum of RGB (Red+Green+Blue) = 137+113+108=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #89716C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89716C is #768E93. Grayscale: #777777. Windows color (decimal): -7769748 or 7106953. OLE color: 7106953.

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

Color convert

RGB137113108-
CMYK00.180.210.46
HSL10.34º11.84%48.04%-
HSV(B)10.34º21.17%53.73%-
XYZ18.9318.2116.7-
YUV119.61121.45140.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=38.27%
G=31.56%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711310800.180.210.4610.3411.8448.04
Hex89716C012152Eac30
Octal2111611540222556121460
Binary10001001111000111011000100101010110111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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