#896865

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

Shades of Ferra #896865

Tints of Ferra #896865

Color information

#896865 (or 0x896865) is unknown color: approx Ferra. HEX triplet: 89, 68 and 65. RGB value is (137,104,101). Sum of RGB (Red+Green+Blue) = 137+104+101=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896865 is #76979A. Grayscale: #717171. Windows color (decimal): -7772059 or 6645897. OLE color: 6645897.

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

Color convert

RGB137104101-
CMYK00.240.260.46
HSL15.13%46.67%-
HSV(B)26.28%53.73%-
XYZ17.6216.1614.5-
YUV113.52120.93144.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 104 (41.02% from 255) = 30.41%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=40.06%
G=30.41%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710410100.240.260.46515.1346.67
Hex8968650181A2E5f2f
Octal211150145030325651757
Binary1000100111010001100101011000110101011101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896865; }

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

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

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

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

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

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

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

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