#8B6C71

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

Shades of Empress #8B6C71

Tints of Empress #8B6C71

Color information

#8B6C71 (or 0x8B6C71) is unknown color: approx Empress. HEX triplet: 8B, 6C and 71. RGB value is (139,108,113). Sum of RGB (Red+Green+Blue) = 139+108+113=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 108 (42.58% from 255 or 30% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6C71 is #74938E. Grayscale: #757575. Windows color (decimal): -7639951 or 7433355. OLE color: 7433355.

HSL color Cylindrical-coordinate representation of color #8B6C71: hue angle of 350.32º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8B6C71 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB139108113-
CMYK00.220.190.45
HSL350.32º12.55%48.43%-
HSV(B)350.32º22.3%54.51%-
XYZ18.9917.4117.98-
YUV117.84125.27143.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 108 (42.58% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 31.39%
R=38.61%
G=30%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910811300.220.190.45350.3212.5548.43
Hex8B6C71016132D15ed30
Octal21315416102623555361560
Binary1000101111011001110001010110100111011011010111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,113); }

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

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

 a { background-color: rgb(139,108,113); }

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

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

 span { border-color: rgb(139,108,113); }

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