#896F6C

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

Shades of Ferra #896F6C

Tints of Ferra #896F6C

Color information

#896F6C (or 0x896F6C) is unknown color: approx Ferra. HEX triplet: 89, 6F and 6C. RGB value is (137,111,108). Sum of RGB (Red+Green+Blue) = 137+111+108=356 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.48% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 137 - color contains mainly: red. Hex color #896F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F6C is #769093. Grayscale: #767676. Windows color (decimal): -7770260 or 7106441. OLE color: 7106441.

HSL color Cylindrical-coordinate representation of color #896F6C: hue angle of 6.21º 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 #896F6C is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB137111108-
CMYK00.190.210.46
HSL6.21º11.84%48.04%-
HSV(B)6.21º21.17%53.73%-
XYZ18.7117.7716.63-
YUV118.43122.11141.24-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.48%
GREEN value IS 111 (43.75% from 255) = 31.18%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=38.48%
G=31.18%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711110800.190.210.466.2111.8448.04
Hex896F6C013152E6c30
Octal211157154023255661460
Binary1000100111011111101100010011101011011101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896F6C; }

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

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

<style>
 a { background-color: #896F6C; }

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

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

<style>
 span { border-color: #896F6C; }

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

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