#8E6D69

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

Shades of Ferra #8E6D69

Tints of Ferra #8E6D69

Color information

#8E6D69 (or 0x8E6D69) is unknown color: approx Ferra. HEX triplet: 8E, 6D and 69. RGB value is (142,109,105). Sum of RGB (Red+Green+Blue) = 142+109+105=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6D69 is #719296. Grayscale: #767676. Windows color (decimal): -7443095 or 6909326. OLE color: 6909326.

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

Color convert

RGB142109105-
CMYK00.230.260.44
HSL6.49º14.98%48.43%-
HSV(B)6.49º26.06%55.69%-
XYZ19.1717.7115.77-
YUV118.41120.43144.83-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 39.89%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=39.89%
G=30.62%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14210910500.230.260.446.4914.9848.43
Hex8E6D690171A2C6f30
Octal216155151027325461760
Binary1000111011011011101001010111110101011001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,109,105); }

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

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

 a { background-color: rgb(142,109,105); }

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

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

 span { border-color: rgb(142,109,105); }

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