#8D6665

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

Shades of Ferra #8D6665

Tints of Ferra #8D6665

Color information

#8D6665 (or 0x8D6665) is unknown color: approx Ferra. HEX triplet: 8D, 66 and 65. RGB value is (141,102,101). Sum of RGB (Red+Green+Blue) = 141+102+101=344 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.99% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 101 (39.84% from 255 or 29.36% from 344); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6665 is #72999A. Grayscale: #717171. Windows color (decimal): -7510427 or 6645389. OLE color: 6645389.

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

Color convert

RGB141102101-
CMYK00.280.280.45
HSL1.5º16.53%47.45%-
HSV(B)1.5º28.37%55.29%-
XYZ18.0816.1114.47-
YUV113.55120.92147.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.99%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 101 (39.84% from 255) = 29.36%
R=40.99%
G=29.65%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110210100.280.280.451.516.5347.45
Hex8D666501C1C2D2112f
Octal215146145034345522157
Binary1000110111001101100101011100111001011011010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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