#8D6F75

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

Shades of Empress #8D6F75

Tints of Empress #8D6F75

Color information

#8D6F75 (or 0x8D6F75) is unknown color: approx Empress. HEX triplet: 8D, 6F and 75. RGB value is (141,111,117). Sum of RGB (Red+Green+Blue) = 141+111+117=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F75 is #72908A. Grayscale: #787878. Windows color (decimal): -7508107 or 7696269. OLE color: 7696269.

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

Color convert

RGB141111117-
CMYK00.210.170.45
HSL348º11.9%49.41%-
HSV(B)348º21.28%55.29%-
XYZ19.8818.3219.32-
YUV120.65125.94142.51-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.21%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=38.21%
G=30.08%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111111700.210.170.4534811.949.41
Hex8D6F75015112D15cc31
Octal21515716502521555341461
Binary1000110111011111110101010101100011011011010111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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