#8D6D71

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

Shades of Empress #8D6D71

Tints of Empress #8D6D71

Color information

#8D6D71 (or 0x8D6D71) is unknown color: approx Empress. HEX triplet: 8D, 6D and 71. RGB value is (141,109,113). Sum of RGB (Red+Green+Blue) = 141+109+113=363 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.84% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6D71 is #72928E. Grayscale: #777777. Windows color (decimal): -7508623 or 7433613. OLE color: 7433613.

HSL color Cylindrical-coordinate representation of color #8D6D71: hue angle of 352.5º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D6D71 is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB141109113-
CMYK00.230.200.45
HSL352.5º12.8%49.02%-
HSV(B)352.5º22.7%55.29%-
XYZ19.4317.7918.03-
YUV119.02124.6143.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.84%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=38.84%
G=30.03%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110911300.230.200.45352.512.849.02
Hex8D6D71017142D160d31
Octal21515516102724555401561
Binary1000110111011011110001010111101001011011011000001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,109,113); }

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

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

 a { background-color: rgb(141,109,113); }

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

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

 span { border-color: rgb(141,109,113); }

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