#896E69

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

Shades of Ferra #896E69

Tints of Ferra #896E69

Color information

#896E69 (or 0x896E69) is unknown color: approx Ferra. HEX triplet: 89, 6E and 69. RGB value is (137,110,105). Sum of RGB (Red+Green+Blue) = 137+110+105=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #896E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E69 is #769196. Grayscale: #757575. Windows color (decimal): -7770519 or 6909577. OLE color: 6909577.

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

Color convert

RGB137110105-
CMYK00.200.230.46
HSL9.38º13.22%47.45%-
HSV(B)9.38º23.36%53.73%-
XYZ18.4417.4915.77-
YUV117.5120.95141.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=38.92%
G=31.25%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711010500.200.230.469.3813.2247.45
Hex896E69014172E9d2f
Octal2111561510242756111557
Binary10001001110111011010010101001011110111010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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