#896F6B

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

Shades of Ferra #896F6B

Tints of Ferra #896F6B

Color information

#896F6B (or 0x896F6B) is unknown color: approx Ferra. HEX triplet: 89, 6F and 6B. RGB value is (137,111,107). Sum of RGB (Red+Green+Blue) = 137+111+107=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 111 (43.75% from 255 or 31.27% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 137 - color contains mainly: red. Hex color #896F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F6B is #769094. Grayscale: #767676. Windows color (decimal): -7770261 or 7040905. OLE color: 7040905.

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

Color convert

RGB137111107-
CMYK00.190.220.46
HSL12.3%47.84%-
HSV(B)21.9%53.73%-
XYZ18.6517.7516.35-
YUV118.32121.61141.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 111 (43.75% from 255) = 31.27%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=38.59%
G=31.27%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711110700.190.220.46812.347.84
Hex896F6B013162E8c30
Octal2111571530232656101460
Binary10001001110111111010110100111011010111010001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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