#896663

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

Shades of Ferra #896663

Tints of Ferra #896663

Color information

#896663 (or 0x896663) is unknown color: approx Ferra. HEX triplet: 89, 66 and 63. RGB value is (137,102,99). Sum of RGB (Red+Green+Blue) = 137+102+99=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896663 is #76999C. Grayscale: #707070. Windows color (decimal): -7772573 or 6514313. OLE color: 6514313.

HSL color Cylindrical-coordinate representation of color #896663: hue angle of 4.74º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896663 is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13710299-
CMYK00.260.280.46
HSL4.74º16.1%46.27%-
HSV(B)4.74º27.74%53.73%-
XYZ17.3215.7213.93-
YUV112.12120.6145.74-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.53%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 99 (39.06% from 255) = 29.29%
R=40.53%
G=30.18%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371029900.260.280.464.7416.146.27
Hex89666301A1C2E5102e
Octal211146143032345652056
Binary10001001110011011000110110101110010111010110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896663; }

 p { color: rgb(137,102,99); }

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

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

 a { background-color: rgb(137,102,99); }

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

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

 span { border-color: rgb(137,102,99); }

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