#8F6F73

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

Shades of Empress #8F6F73

Tints of Empress #8F6F73

Color information

#8F6F73 (or 0x8F6F73) is unknown color: approx Empress. HEX triplet: 8F, 6F and 73. RGB value is (143,111,115). Sum of RGB (Red+Green+Blue) = 143+111+115=369 (48% of max value = 765). Red value is 143 (56.25% from 255 or 38.75% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6F73 is #70908C. Grayscale: #797979. Windows color (decimal): -7377037 or 7565199. OLE color: 7565199.

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

Color convert

RGB143111115-
CMYK00.220.200.44
HSL352.5º12.6%49.8%-
HSV(B)352.5º22.38%56.08%-
XYZ20.1118.4518.72-
YUV121.02124.6143.67-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 38.75%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 115 (45.31% from 255) = 31.17%
R=38.75%
G=30.08%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14311111500.220.200.44352.512.649.8
Hex8F6F73016142C160d32
Octal21715716302624545401562
Binary1000111111011111110011010110101001011001011000001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,111,115); }

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

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

 a { background-color: rgb(143,111,115); }

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

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

 span { border-color: rgb(143,111,115); }

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