#89716B

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

Shades of Ferra #89716B

Tints of Ferra #89716B

Color information

#89716B (or 0x89716B) is unknown color: approx Ferra. HEX triplet: 89, 71 and 6B. RGB value is (137,113,107). Sum of RGB (Red+Green+Blue) = 137+113+107=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #89716B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89716B is #768E94. Grayscale: #777777. Windows color (decimal): -7769749 or 7041417. OLE color: 7041417.

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

Color convert

RGB137113107-
CMYK00.180.220.46
HSL12º12.3%47.84%-
HSV(B)12º21.9%53.73%-
XYZ18.8818.1916.43-
YUV119.49120.95140.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 113 (44.53% from 255) = 31.65%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=38.38%
G=31.65%
B=29.97%

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
Decimal13711310700.180.220.461212.347.84
Hex89716B012162Ecc30
Octal2111611530222656141460
Binary10001001111000111010110100101011010111011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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