#8D6963

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

Shades of Ferra #8D6963

Tints of Ferra #8D6963

Color information

#8D6963 (or 0x8D6963) is unknown color: approx Ferra. HEX triplet: 8D, 69 and 63. RGB value is (141,105,99). Sum of RGB (Red+Green+Blue) = 141+105+99=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6963 is #72969C. Grayscale: #737373. Windows color (decimal): -7509661 or 6515085. OLE color: 6515085.

HSL color Cylindrical-coordinate representation of color #8D6963: hue angle of 8.57º 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 #8D6963 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB14110599-
CMYK00.260.300.45
HSL8.57º17.5%47.06%-
HSV(B)8.57º29.79%55.29%-
XYZ18.2916.6714.06-
YUV115.08118.93146.49-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 40.87%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 99 (39.06% from 255) = 28.70%
R=40.87%
G=30.43%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411059900.260.300.458.5717.547.06
Hex8D696301A1E2D9122f
Octal2151511430323655112257
Binary100011011101001110001101101011110101101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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