#8B6D74

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

Shades of Empress #8B6D74

Tints of Empress #8B6D74

Color information

#8B6D74 (or 0x8B6D74) is unknown color: approx Empress. HEX triplet: 8B, 6D and 74. RGB value is (139,109,116). Sum of RGB (Red+Green+Blue) = 139+109+116=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D74 is #74928B. Grayscale: #767676. Windows color (decimal): -7639692 or 7630219. OLE color: 7630219.

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

Color convert

RGB139109116-
CMYK00.220.170.45
HSL346º12.1%48.63%-
HSV(B)346º21.58%54.51%-
XYZ19.2717.6918.92-
YUV118.77126.44142.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.19%
GREEN value IS 109 (42.97% from 255) = 29.95%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=38.19%
G=29.95%
B=31.87%

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
Decimal13910911600.220.170.4534612.148.63
Hex8B6D74016112D15ac31
Octal21315516402621555321461
Binary1000101111011011110100010110100011011011010110101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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