#896F68

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

Shades of Ferra #896F68

Tints of Ferra #896F68

Color information

#896F68 (or 0x896F68) is unknown color: approx Ferra. HEX triplet: 89, 6F and 68. RGB value is (137,111,104). Sum of RGB (Red+Green+Blue) = 137+111+104=352 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.92% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 137 - color contains mainly: red. Hex color #896F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F68 is #769097. Grayscale: #767676. Windows color (decimal): -7770264 or 6844297. OLE color: 6844297.

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

Color convert

RGB137111104-
CMYK00.190.240.46
HSL12.73º13.69%47.25%-
HSV(B)12.73º24.09%53.73%-
XYZ18.517.6915.54-
YUV117.98120.11141.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.92%
GREEN value IS 111 (43.75% from 255) = 31.53%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=38.92%
G=31.53%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711110400.190.240.4612.7313.6947.25
Hex896F68013182Ede2f
Octal2111571500233056151657
Binary10001001110111111010000100111100010111011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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