#867471

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

Shades of Ferra #867471

Tints of Ferra #867471

Color information

#867471 (or 0x867471) is unknown color: approx Ferra. HEX triplet: 86, 74 and 71. RGB value is (134,116,113). Sum of RGB (Red+Green+Blue) = 134+116+113=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 134 - color contains mainly: red. Hex color #867471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867471 is #798B8E. Grayscale: #797979. Windows color (decimal): -7965583 or 7435398. OLE color: 7435398.

HSL color Cylindrical-coordinate representation of color #867471: hue angle of 8.57º 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 #867471 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB134116113-
CMYK00.130.160.47
HSL8.57º8.5%48.43%-
HSV(B)8.57º15.67%52.55%-
XYZ19.0618.7518.24-
YUV121.04123.46137.24-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 116 (45.70% from 255) = 31.96%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=36.91%
G=31.96%
B=31.13%

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
Decimal13411611300.130.160.478.578.548.43
Hex8674710D102F9930
Octal2061641610152057111160
Binary1000011011101001110001011011000010111110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867471; }

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

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

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

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

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

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

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

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