#896A69

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

Shades of Ferra #896A69

Tints of Ferra #896A69

Color information

#896A69 (or 0x896A69) is unknown color: approx Ferra. HEX triplet: 89, 6A and 69. RGB value is (137,106,105). Sum of RGB (Red+Green+Blue) = 137+106+105=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 106 (41.80% from 255 or 30.46% from 348); Blue value is 105 (41.41% from 255 or 30.17% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #896A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A69 is #769596. Grayscale: #737373. Windows color (decimal): -7771543 or 6908553. OLE color: 6908553.

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

Color convert

RGB137106105-
CMYK00.230.230.46
HSL1.88º13.22%47.45%-
HSV(B)1.88º23.36%53.73%-
XYZ18.0216.6515.63-
YUV115.16122.27143.58-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.37%
GREEN value IS 106 (41.80% from 255) = 30.46%
BLUE value IS 105 (41.41% from 255) = 30.17%
R=39.37%
G=30.46%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710610500.230.230.461.8813.2247.45
Hex896A69017172E2d2f
Octal211152151027275621557
Binary100010011101010110100101011110111101110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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