#8A6A6E

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

Shades of Empress #8A6A6E

Tints of Empress #8A6A6E

Color information

#8A6A6E (or 0x8A6A6E) is unknown color: approx Empress. HEX triplet: 8A, 6A and 6E. RGB value is (138,106,110). Sum of RGB (Red+Green+Blue) = 138+106+110=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 106 (41.80% from 255 or 29.94% from 354); Blue value is 110 (43.36% from 255 or 31.07% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6A6E is #759591. Grayscale: #747474. Windows color (decimal): -7706002 or 7236234. OLE color: 7236234.

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

Color convert

RGB138106110-
CMYK00.230.200.46
HSL352.5º13.11%47.84%-
HSV(B)352.5º23.19%54.12%-
XYZ18.4516.8417.03-
YUV116.02124.6143.67-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 106 (41.80% from 255) = 29.94%
BLUE value IS 110 (43.36% from 255) = 31.07%
R=38.98%
G=29.94%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810611000.230.200.46352.513.1147.84
Hex8A6A6E017142E160d30
Octal21215215602724565401560
Binary1000101011010101101110010111101001011101011000001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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