#896864

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

Shades of Ferra #896864

Tints of Ferra #896864

Color information

#896864 (or 0x896864) is unknown color: approx Ferra. HEX triplet: 89, 68 and 64. RGB value is (137,104,100). Sum of RGB (Red+Green+Blue) = 137+104+100=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #896864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896864 is #76979B. Grayscale: #717171. Windows color (decimal): -7772060 or 6580361. OLE color: 6580361.

HSL color Cylindrical-coordinate representation of color #896864: hue angle of 6.49º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896864 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB137104100-
CMYK00.240.270.46
HSL6.49º15.61%46.47%-
HSV(B)6.49º27.01%53.73%-
XYZ17.5716.1414.25-
YUV113.41120.43144.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 100 (39.45% from 255) = 29.33%
R=40.18%
G=30.50%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710410000.240.270.466.4915.6146.47
Hex8968640181B2E6102e
Octal211150144030335662056
Binary10001001110100011001000110001101110111011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896864; }

 p { color: rgb(137,104,100); }

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

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

 a { background-color: rgb(137,104,100); }

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

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

 span { border-color: rgb(137,104,100); }

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