#8B6E6F

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

Shades of Empress #8B6E6F

Tints of Empress #8B6E6F

Color information

#8B6E6F (or 0x8B6E6F) is unknown color: approx Empress. HEX triplet: 8B, 6E and 6F. RGB value is (139,110,111). Sum of RGB (Red+Green+Blue) = 139+110+111=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E6F is #749190. Grayscale: #767676. Windows color (decimal): -7639441 or 7302795. OLE color: 7302795.

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

Color convert

RGB139110111-
CMYK00.210.200.45
HSL357.93º11.65%48.82%-
HSV(B)357.93º20.86%54.51%-
XYZ19.0917.7917.47-
YUV118.78123.61142.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 110 (43.36% from 255) = 30.56%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=38.61%
G=30.56%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13911011100.210.200.45357.9311.6548.82
Hex8B6E6F015142D166c31
Octal21315615702524555461461
Binary1000101111011101101111010101101001011011011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,111); }

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

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

 a { background-color: rgb(139,110,111); }

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

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

 span { border-color: rgb(139,110,111); }

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