#8D6D6F

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

Shades of Empress #8D6D6F

Tints of Empress #8D6D6F

Color information

#8D6D6F (or 0x8D6D6F) is unknown color: approx Empress. HEX triplet: 8D, 6D and 6F. RGB value is (141,109,111). Sum of RGB (Red+Green+Blue) = 141+109+111=361 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.06% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6D6F is #729290. Grayscale: #767676. Windows color (decimal): -7508625 or 7302541. OLE color: 7302541.

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

Color convert

RGB141109111-
CMYK00.230.210.45
HSL356.25º12.8%49.02%-
HSV(B)356.25º22.7%55.29%-
XYZ19.3217.7517.45-
YUV118.8123.6143.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 39.06%
GREEN value IS 109 (42.97% from 255) = 30.19%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=39.06%
G=30.19%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14110911100.230.210.45356.2512.849.02
Hex8D6D6F017152D164d31
Octal21515515702725555441561
Binary1000110111011011101111010111101011011011011001001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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