#896763

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

Shades of Ferra #896763

Tints of Ferra #896763

Color information

#896763 (or 0x896763) is unknown color: approx Ferra. HEX triplet: 89, 67 and 63. RGB value is (137,103,99). Sum of RGB (Red+Green+Blue) = 137+103+99=339 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.41% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 137 - color contains mainly: red. Hex color #896763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896763 is #76989C. Grayscale: #707070. Windows color (decimal): -7772317 or 6514569. OLE color: 6514569.

HSL color Cylindrical-coordinate representation of color #896763: hue angle of 6.32º 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 #896763 is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB13710399-
CMYK00.250.280.46
HSL6.32º16.1%46.27%-
HSV(B)6.32º27.74%53.73%-
XYZ17.4215.9213.96-
YUV112.71120.26145.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.41%
GREEN value IS 103 (40.62% from 255) = 30.38%
BLUE value IS 99 (39.06% from 255) = 29.20%
R=40.41%
G=30.38%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1371039900.250.280.466.3216.146.27
Hex8967630191C2E6102e
Octal211147143031345662056
Binary10001001110011111000110110011110010111011010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896763; }

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

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

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

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

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

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

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

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