#8E6664

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

Shades of Ferra #8E6664

Tints of Ferra #8E6664

Color information

#8E6664 (or 0x8E6664) is unknown color: approx Ferra. HEX triplet: 8E, 66 and 64. RGB value is (142,102,100). Sum of RGB (Red+Green+Blue) = 142+102+100=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6664 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6664 is #71999B. Grayscale: #717171. Windows color (decimal): -7444892 or 6579854. OLE color: 6579854.

HSL color Cylindrical-coordinate representation of color #8E6664: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E6664 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB142102100-
CMYK00.280.300.44
HSL2.86º17.36%47.45%-
HSV(B)2.86º29.58%55.69%-
XYZ18.2116.1714.22-
YUV113.73120.25148.16-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.28%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=41.28%
G=29.65%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210210000.280.300.442.8617.3647.45
Hex8E666401C1E2C3112f
Octal216146144034365432157
Binary1000111011001101100100011100111101011001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E6664; }

 p { color: rgb(142,102,100); }

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

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

 a { background-color: rgb(142,102,100); }

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

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

 span { border-color: rgb(142,102,100); }

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