#8B6D6E

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

Shades of Empress #8B6D6E

Tints of Empress #8B6D6E

Color information

#8B6D6E (or 0x8B6D6E) is unknown color: approx Empress. HEX triplet: 8B, 6D and 6E. RGB value is (139,109,110). Sum of RGB (Red+Green+Blue) = 139+109+110=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D6E is #749291. Grayscale: #767676. Windows color (decimal): -7639698 or 7237003. OLE color: 7237003.

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

Color convert

RGB139109110-
CMYK00.220.210.45
HSL358º12.1%48.63%-
HSV(B)358º21.58%54.51%-
XYZ18.9317.5517.14-
YUV118.08123.44142.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=38.83%
G=30.45%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910911000.220.210.4535812.148.63
Hex8B6D6E016152D166c31
Octal21315515602625555461461
Binary1000101111011011101110010110101011011011011001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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