#896C65

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

Shades of Ferra #896C65

Tints of Ferra #896C65

Color information

#896C65 (or 0x896C65) is unknown color: approx Ferra. HEX triplet: 89, 6C and 65. RGB value is (137,108,101). Sum of RGB (Red+Green+Blue) = 137+108+101=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #896C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C65 is #76939A. Grayscale: #737373. Windows color (decimal): -7771035 or 6646921. OLE color: 6646921.

HSL color Cylindrical-coordinate representation of color #896C65: hue angle of 11.67º 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 #896C65 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB137108101-
CMYK00.210.260.46
HSL11.67º15.13%46.67%-
HSV(B)11.67º26.28%53.73%-
XYZ18.0316.9814.64-
YUV115.87119.61143.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.60%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 101 (39.84% from 255) = 29.19%
R=39.60%
G=31.21%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710810100.210.260.4611.6715.1346.67
Hex896C650151A2Ecf2f
Octal2111541450253256141757
Binary10001001110110011001010101011101010111011001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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