#896E6C

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

Shades of Ferra #896E6C

Tints of Ferra #896E6C

Color information

#896E6C (or 0x896E6C) is unknown color: approx Ferra. HEX triplet: 89, 6E and 6C. RGB value is (137,110,108). Sum of RGB (Red+Green+Blue) = 137+110+108=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #896E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E6C is #769193. Grayscale: #757575. Windows color (decimal): -7770516 or 7106185. OLE color: 7106185.

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

Color convert

RGB137110108-
CMYK00.200.210.46
HSL4.14º11.84%48.04%-
HSV(B)4.14º21.17%53.73%-
XYZ18.617.5516.6-
YUV117.84122.45141.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=38.59%
G=30.99%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711010800.200.210.464.1411.8448.04
Hex896E6C014152E4c30
Octal211156154024255641460
Binary1000100111011101101100010100101011011101001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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