#896964

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

Shades of Ferra #896964

Tints of Ferra #896964

Color information

#896964 (or 0x896964) is unknown color: approx Ferra. HEX triplet: 89, 69 and 64. RGB value is (137,105,100). Sum of RGB (Red+Green+Blue) = 137+105+100=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896964 is #76969B. Grayscale: #727272. Windows color (decimal): -7771804 or 6580617. OLE color: 6580617.

HSL color Cylindrical-coordinate representation of color #896964: hue angle of 8.11º 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 #896964 is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB137105100-
CMYK00.230.270.46
HSL8.11º15.61%46.47%-
HSV(B)8.11º27.01%53.73%-
XYZ17.6716.3414.28-
YUV114120.1144.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.06%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 100 (39.45% from 255) = 29.24%
R=40.06%
G=30.70%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710510000.230.270.468.1115.6146.47
Hex8969640171B2E8102e
Octal2111511440273356102056
Binary100010011101001110010001011111011101110100010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896964; }

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

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

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

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

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

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

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

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