#8E6562

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

Shades of Ferra #8E6562

Tints of Ferra #8E6562

Color information

#8E6562 (or 0x8E6562) is unknown color: approx Ferra. HEX triplet: 8E, 65 and 62. RGB value is (142,101,98). Sum of RGB (Red+Green+Blue) = 142+101+98=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6562 is #719A9D. Grayscale: #707070. Windows color (decimal): -7445150 or 6448526. OLE color: 6448526.

HSL color Cylindrical-coordinate representation of color #8E6562: hue angle of 4.09º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8E6562 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB14210198-
CMYK00.290.310.44
HSL4.09º18.33%47.06%-
HSV(B)4.09º30.99%55.69%-
XYZ18.0115.9413.68-
YUV112.92119.58148.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 41.64%
GREEN value IS 101 (39.84% from 255) = 29.62%
BLUE value IS 98 (38.67% from 255) = 28.74%
R=41.64%
G=29.62%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421019800.290.310.444.0918.3347.06
Hex8E656201D1F2C4122f
Octal216145142035375442257
Binary10001110110010111000100111011111110110010010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,101,98); }

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

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

 a { background-color: rgb(142,101,98); }

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

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

 span { border-color: rgb(142,101,98); }

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