#867069

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

Shades of Ferra #867069

Tints of Ferra #867069

Color information

#867069 (or 0x867069) is unknown color: approx Ferra. HEX triplet: 86, 70 and 69. RGB value is (134,112,105). Sum of RGB (Red+Green+Blue) = 134+112+105=351 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.18% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 134 - color contains mainly: red. Hex color #867069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867069 is #798F96. Grayscale: #757575. Windows color (decimal): -7966615 or 6910086. OLE color: 6910086.

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

Color convert

RGB134112105-
CMYK00.160.220.47
HSL14.48º12.13%46.86%-
HSV(B)14.48º21.64%52.55%-
XYZ18.1817.6815.82-
YUV117.78120.79139.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.18%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=38.18%
G=31.91%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411210500.160.220.4714.4812.1346.86
Hex867069010162Fec2f
Octal2061601510202657161457
Binary10000110111000011010010100001011010111111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867069; }

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

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

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

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

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

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

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

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