#8D6F70

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

Shades of Empress #8D6F70

Tints of Empress #8D6F70

Color information

#8D6F70 (or 0x8D6F70) is unknown color: approx Empress. HEX triplet: 8D, 6F and 70. RGB value is (141,111,112). Sum of RGB (Red+Green+Blue) = 141+111+112=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F70 is #72908F. Grayscale: #787878. Windows color (decimal): -7508112 or 7368589. OLE color: 7368589.

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

Color convert

RGB141111112-
CMYK00.210.210.45
HSL358º11.9%49.41%-
HSV(B)358º21.28%55.29%-
XYZ19.5918.217.81-
YUV120.08123.44142.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.74%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=38.74%
G=30.49%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111111200.210.210.4535811.949.41
Hex8D6F70015152D166c31
Octal21515716002525555461461
Binary1000110111011111110000010101101011011011011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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