#8B6D73

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

Shades of Empress #8B6D73

Tints of Empress #8B6D73

Color information

#8B6D73 (or 0x8B6D73) is unknown color: approx Empress. HEX triplet: 8B, 6D and 73. RGB value is (139,109,115). Sum of RGB (Red+Green+Blue) = 139+109+115=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D73 is #74928C. Grayscale: #767676. Windows color (decimal): -7639693 or 7564683. OLE color: 7564683.

HSL color Cylindrical-coordinate representation of color #8B6D73: 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.22%. Process color model (Four color, CMYK) of #8B6D73 is Cyan = 0, Magento = 0.22, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB139109115-
CMYK00.220.170.45
HSL348º12.1%48.63%-
HSV(B)348º21.58%54.51%-
XYZ19.2117.6618.62-
YUV118.65125.94142.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=38.29%
G=30.03%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910911500.220.170.4534812.148.63
Hex8B6D73016112D15cc31
Octal21315516302621555341461
Binary1000101111011011110011010110100011011011010111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,115); }

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

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

 a { background-color: rgb(139,109,115); }

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

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

 span { border-color: rgb(139,109,115); }

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