#8B6D72

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

Shades of Empress #8B6D72

Tints of Empress #8B6D72

Color information

#8B6D72 (or 0x8B6D72) is unknown color: approx Empress. HEX triplet: 8B, 6D and 72. RGB value is (139,109,114). Sum of RGB (Red+Green+Blue) = 139+109+114=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D72 is #74928D. Grayscale: #767676. Windows color (decimal): -7639694 or 7499147. OLE color: 7499147.

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

Color convert

RGB139109114-
CMYK00.220.180.45
HSL350º12.1%48.63%-
HSV(B)350º21.58%54.51%-
XYZ19.1517.6418.32-
YUV118.54125.44142.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 109 (42.97% from 255) = 30.11%
BLUE value IS 114 (44.92% from 255) = 31.49%
R=38.40%
G=30.11%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910911400.220.180.4535012.148.63
Hex8B6D72016122D15ec31
Octal21315516202622555361461
Binary1000101111011011110010010110100101011011010111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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