#896A65

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

Shades of Ferra #896A65

Tints of Ferra #896A65

Color information

#896A65 (or 0x896A65) is unknown color: approx Ferra. HEX triplet: 89, 6A and 65. RGB value is (137,106,101). Sum of RGB (Red+Green+Blue) = 137+106+101=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 106 (41.80% from 255 or 30.81% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #896A65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A65 is #76959A. Grayscale: #727272. Windows color (decimal): -7771547 or 6646409. OLE color: 6646409.

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

Color convert

RGB137106101-
CMYK00.230.260.46
HSL8.33º15.13%46.67%-
HSV(B)8.33º26.28%53.73%-
XYZ17.8216.5714.57-
YUV114.7120.27143.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.83%
GREEN value IS 106 (41.80% from 255) = 30.81%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=39.83%
G=30.81%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710610100.230.260.468.3315.1346.67
Hex896A650171A2E8f2f
Octal2111521450273256101757
Binary10001001110101011001010101111101010111010001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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