#8A6B6E

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

Shades of Empress #8A6B6E

Tints of Empress #8A6B6E

Color information

#8A6B6E (or 0x8A6B6E) is unknown color: approx Empress. HEX triplet: 8A, 6B and 6E. RGB value is (138,107,110). Sum of RGB (Red+Green+Blue) = 138+107+110=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6B6E is #759491. Grayscale: #747474. Windows color (decimal): -7705746 or 7236490. OLE color: 7236490.

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

Color convert

RGB138107110-
CMYK00.220.200.46
HSL354.19º12.65%48.04%-
HSV(B)354.19º22.46%54.12%-
XYZ18.5517.0417.06-
YUV116.61124.27143.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.87%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 110 (43.36% from 255) = 30.99%
R=38.87%
G=30.14%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810711000.220.200.46354.1912.6548.04
Hex8A6B6E016142E162d30
Octal21215315602624565421560
Binary1000101011010111101110010110101001011101011000101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,107,110); }

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

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

 a { background-color: rgb(138,107,110); }

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

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

 span { border-color: rgb(138,107,110); }

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