#8D6663

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

Shades of Ferra #8D6663

Tints of Ferra #8D6663

Color information

#8D6663 (or 0x8D6663) is unknown color: approx Ferra. HEX triplet: 8D, 66 and 63. RGB value is (141,102,99). Sum of RGB (Red+Green+Blue) = 141+102+99=342 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.23% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6663 is #72999C. Grayscale: #717171. Windows color (decimal): -7510429 or 6514317. OLE color: 6514317.

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

Color convert

RGB14110299-
CMYK00.280.300.45
HSL4.29º17.5%47.06%-
HSV(B)4.29º29.79%55.29%-
XYZ17.9916.0713.96-
YUV113.32119.92147.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 41.23%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 99 (39.06% from 255) = 28.95%
R=41.23%
G=29.82%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411029900.280.300.454.2917.547.06
Hex8D666301C1E2D4122f
Octal215146143034365542257
Binary10001101110011011000110111001111010110110010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,102,99); }

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

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

 a { background-color: rgb(141,102,99); }

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

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

 span { border-color: rgb(141,102,99); }

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