#897069

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

Shades of Ferra #897069

Tints of Ferra #897069

Color information

#897069 (or 0x897069) is unknown color: approx Ferra. HEX triplet: 89, 70 and 69. RGB value is (137,112,105). Sum of RGB (Red+Green+Blue) = 137+112+105=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #897069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897069 is #768F96. Grayscale: #767676. Windows color (decimal): -7770007 or 6910089. OLE color: 6910089.

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

Color convert

RGB137112105-
CMYK00.180.230.46
HSL13.12º13.22%47.45%-
HSV(B)13.12º23.36%53.73%-
XYZ18.6617.9315.84-
YUV118.68120.28141.07-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.70%
GREEN value IS 112 (44.14% from 255) = 31.64%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=38.70%
G=31.64%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711210500.180.230.4613.1213.2247.45
Hex897069012172Edd2f
Octal2111601510222756151557
Binary10001001111000011010010100101011110111011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897069; }

 p { color: rgb(137,112,105); }

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

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

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

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

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

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

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