#867169

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

Shades of Ferra #867169

Tints of Ferra #867169

Color information

#867169 (or 0x867169) is unknown color: approx Ferra. HEX triplet: 86, 71 and 69. RGB value is (134,113,105). Sum of RGB (Red+Green+Blue) = 134+113+105=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 113 (44.53% from 255 or 32.10% from 352); Blue value is 105 (41.41% from 255 or 29.83% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #867169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867169 is #798E96. Grayscale: #767676. Windows color (decimal): -7966359 or 6910342. OLE color: 6910342.

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

Color convert

RGB134113105-
CMYK00.160.220.47
HSL16.55º12.13%46.86%-
HSV(B)16.55º21.64%52.55%-
XYZ18.2917.915.86-
YUV118.37120.46139.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.07%
GREEN value IS 113 (44.53% from 255) = 32.10%
BLUE value IS 105 (41.41% from 255) = 29.83%
R=38.07%
G=32.10%
B=29.83%

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
Decimal13411310500.160.220.4716.5512.1346.86
Hex867169010162F11c2f
Octal2061611510202657211457
Binary100001101110001110100101000010110101111100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867169; }

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

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

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

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

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

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

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

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