#867470

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

Shades of Ferra #867470

Tints of Ferra #867470

Color information

#867470 (or 0x867470) is unknown color: approx Ferra. HEX triplet: 86, 74 and 70. RGB value is (134,116,112). Sum of RGB (Red+Green+Blue) = 134+116+112=362 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.02% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 134 - color contains mainly: red. Hex color #867470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867470 is #798B8F. Grayscale: #787878. Windows color (decimal): -7965584 or 7369862. OLE color: 7369862.

HSL color Cylindrical-coordinate representation of color #867470: hue angle of 10.91º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #867470 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134116112-
CMYK00.130.160.47
HSL10.91º8.94%48.24%-
HSV(B)10.91º16.42%52.55%-
XYZ1918.7317.94-
YUV120.93122.96137.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.02%
GREEN value IS 116 (45.70% from 255) = 32.04%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=37.02%
G=32.04%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411611200.130.160.4710.918.9448.24
Hex8674700D102Fb930
Octal2061641600152057131160
Binary1000011011101001110000011011000010111110111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867470; }

 p { color: rgb(134,116,112); }

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

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

 a { background-color: rgb(134,116,112); }

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

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

 span { border-color: rgb(134,116,112); }

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