#8D6E67

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

Shades of Ferra #8D6E67

Tints of Ferra #8D6E67

Color information

#8D6E67 (or 0x8D6E67) is unknown color: approx Ferra. HEX triplet: 8D, 6E and 67. RGB value is (141,110,103). Sum of RGB (Red+Green+Blue) = 141+110+103=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6E67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6E67 is #729198. Grayscale: #767676. Windows color (decimal): -7508377 or 6778509. OLE color: 6778509.

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

Color convert

RGB141110103-
CMYK00.220.270.45
HSL11.05º15.57%47.84%-
HSV(B)11.05º26.95%55.29%-
XYZ19.0117.7915.26-
YUV118.47119.27144.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.83%
GREEN value IS 110 (43.36% from 255) = 31.07%
BLUE value IS 103 (40.62% from 255) = 29.10%
R=39.83%
G=31.07%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111010300.220.270.4511.0515.5747.84
Hex8D6E670161B2Db1030
Octal2151561470263355132060
Binary100011011101110110011101011011011101101101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,110,103); }

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

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

 a { background-color: rgb(141,110,103); }

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

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

 span { border-color: rgb(141,110,103); }

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