#896F69

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

Shades of Ferra #896F69

Tints of Ferra #896F69

Color information

#896F69 (or 0x896F69) is unknown color: approx Ferra. HEX triplet: 89, 6F and 69. RGB value is (137,111,105). Sum of RGB (Red+Green+Blue) = 137+111+105=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 111 (43.75% from 255 or 31.44% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #896F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F69 is #769096. Grayscale: #767676. Windows color (decimal): -7770263 or 6909833. OLE color: 6909833.

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

Color convert

RGB137111105-
CMYK00.190.230.46
HSL11.25º13.22%47.45%-
HSV(B)11.25º23.36%53.73%-
XYZ18.5517.7115.8-
YUV118.09120.61141.49-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.81%
GREEN value IS 111 (43.75% from 255) = 31.44%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=38.81%
G=31.44%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711110500.190.230.4611.2513.2247.45
Hex896F69013172Ebd2f
Octal2111571510232756131557
Binary10001001110111111010010100111011110111010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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