#896E6E

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

Shades of Ferra #896E6E

Tints of Ferra #896E6E

Color information

#896E6E (or 0x896E6E) is unknown color: approx Ferra. HEX triplet: 89, 6E and 6E. RGB value is (137,110,110). Sum of RGB (Red+Green+Blue) = 137+110+110=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #896E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E6E is #769191. Grayscale: #767676. Windows color (decimal): -7770514 or 7237257. OLE color: 7237257.

HSL color Cylindrical-coordinate representation of color #896E6E: hue angle of 0º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896E6E is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB137110110-
CMYK00.200.200.46
HSL10.93%48.43%-
HSV(B)19.71%53.73%-
XYZ18.7117.617.16-
YUV118.07123.45141.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.38%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 110 (43.36% from 255) = 30.81%
R=38.38%
G=30.81%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711011000.200.200.46010.9348.43
Hex896E6E014142E0b30
Octal211156156024245601360
Binary10001001110111011011100101001010010111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,110,110); }

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

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

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

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

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

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

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