#89686A

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

Shades of Empress #89686A

Tints of Empress #89686A

Color information

#89686A (or 0x89686A) is unknown color: approx Empress. HEX triplet: 89, 68 and 6A. RGB value is (137,104,106). Sum of RGB (Red+Green+Blue) = 137+104+106=347 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.48% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 137 - color contains mainly: red. Hex color #89686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89686A is #769795. Grayscale: #727272. Windows color (decimal): -7772054 or 6973577. OLE color: 6973577.

HSL color Cylindrical-coordinate representation of color #89686A: hue angle of 356.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89686A is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB137104106-
CMYK00.240.230.46
HSL356.36º13.69%47.25%-
HSV(B)356.36º24.09%53.73%-
XYZ17.8716.2615.83-
YUV114.1123.43144.34-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.48%
GREEN value IS 104 (41.02% from 255) = 29.97%
BLUE value IS 106 (41.80% from 255) = 30.55%
R=39.48%
G=29.97%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710410600.240.230.46356.3613.6947.25
Hex89686A018172E164e2f
Octal21115015203027565441657
Binary1000100111010001101010011000101111011101011001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89686A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89686A; }

 p { color: rgb(137,104,106); }

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

<style>
 a { background-color: #89686A; }

 a { background-color: rgb(137,104,106); }

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

<style>
 span { border-color: #89686A; }

 span { border-color: rgb(137,104,106); }

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