#896866

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

Shades of Ferra #896866

Tints of Ferra #896866

Color information

#896866 (or 0x896866) is unknown color: approx Ferra. HEX triplet: 89, 68 and 66. RGB value is (137,104,102). Sum of RGB (Red+Green+Blue) = 137+104+102=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 104 (41.02% from 255 or 30.32% from 343); Blue value is 102 (40.23% from 255 or 29.74% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #896866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896866 is #769799. Grayscale: #717171. Windows color (decimal): -7772058 or 6711433. OLE color: 6711433.

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

Color convert

RGB137104102-
CMYK00.240.260.46
HSL3.43º14.64%46.86%-
HSV(B)3.43º25.55%53.73%-
XYZ17.6716.1814.76-
YUV113.64121.43144.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.94%
GREEN value IS 104 (41.02% from 255) = 30.32%
BLUE value IS 102 (40.23% from 255) = 29.74%
R=39.94%
G=30.32%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710410200.240.260.463.4314.6446.86
Hex8968660181A2E3f2f
Octal211150146030325631757
Binary100010011101000110011001100011010101110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896866; }

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

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

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

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

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

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

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

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