#896F6E

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

Shades of Ferra #896F6E

Tints of Ferra #896F6E

Color information

#896F6E (or 0x896F6E) is unknown color: approx Ferra. HEX triplet: 89, 6F and 6E. RGB value is (137,111,110). Sum of RGB (Red+Green+Blue) = 137+111+110=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 111 (43.75% from 255 or 31.01% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #896F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F6E is #769091. Grayscale: #767676. Windows color (decimal): -7770258 or 7237513. OLE color: 7237513.

HSL color Cylindrical-coordinate representation of color #896F6E: hue angle of 2.22º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896F6E is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB137111110-
CMYK00.190.200.46
HSL2.22º10.93%48.43%-
HSV(B)2.22º19.71%53.73%-
XYZ18.8217.8117.2-
YUV118.66123.11141.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 111 (43.75% from 255) = 31.01%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=38.27%
G=31.01%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711111000.190.200.462.2210.9348.43
Hex896F6E013142E2b30
Octal211157156023245621360
Binary100010011101111110111001001110100101110101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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