#8E6F68

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

Shades of Ferra #8E6F68

Tints of Ferra #8E6F68

Color information

#8E6F68 (or 0x8E6F68) is unknown color: approx Ferra. HEX triplet: 8E, 6F and 68. RGB value is (142,111,104). Sum of RGB (Red+Green+Blue) = 142+111+104=357 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.78% from 357); Green value is 111 (43.75% from 255 or 31.09% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6F68 is #719097. Grayscale: #777777. Windows color (decimal): -7442584 or 6844302. OLE color: 6844302.

HSL color Cylindrical-coordinate representation of color #8E6F68: hue angle of 11.05º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8E6F68 is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB142111104-
CMYK00.220.270.44
HSL11.05º15.45%48.24%-
HSV(B)11.05º26.76%55.69%-
XYZ19.3418.1215.57-
YUV119.47119.27144.07-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.78%
GREEN value IS 111 (43.75% from 255) = 31.09%
BLUE value IS 104 (41.02% from 255) = 29.13%
R=39.78%
G=31.09%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211110400.220.270.4411.0515.4548.24
Hex8E6F680161B2Cbf30
Octal2161571500263354131760
Binary10001110110111111010000101101101110110010111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,111,104); }

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

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

 a { background-color: rgb(142,111,104); }

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

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

 span { border-color: rgb(142,111,104); }

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