#896765

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

Shades of Ferra #896765

Tints of Ferra #896765

Color information

#896765 (or 0x896765) is unknown color: approx Ferra. HEX triplet: 89, 67 and 65. RGB value is (137,103,101). Sum of RGB (Red+Green+Blue) = 137+103+101=341 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.18% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 137 - color contains mainly: red. Hex color #896765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896765 is #76989A. Grayscale: #707070. Windows color (decimal): -7772315 or 6645641. OLE color: 6645641.

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

Color convert

RGB137103101-
CMYK00.250.260.46
HSL3.33º15.13%46.67%-
HSV(B)3.33º26.28%53.73%-
XYZ17.5215.9614.47-
YUV112.94121.26145.16-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 40.18%
GREEN value IS 103 (40.62% from 255) = 30.21%
BLUE value IS 101 (39.84% from 255) = 29.62%
R=40.18%
G=30.21%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710310100.250.260.463.3315.1346.67
Hex8967650191A2E3f2f
Octal211147145031325631757
Binary100010011100111110010101100111010101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896765; }

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

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

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

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

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

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

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

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