#89696A

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

Shades of Empress #89696A

Tints of Empress #89696A

Color information

#89696A (or 0x89696A) is unknown color: approx Empress. HEX triplet: 89, 69 and 6A. RGB value is (137,105,106). Sum of RGB (Red+Green+Blue) = 137+105+106=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89696A is #769695. Grayscale: #727272. Windows color (decimal): -7771798 or 6973833. OLE color: 6973833.

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

Color convert

RGB137105106-
CMYK00.230.230.46
HSL358.12º13.22%47.45%-
HSV(B)358.12º23.36%53.73%-
XYZ17.9716.4615.87-
YUV114.68123.1143.92-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.37%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=39.37%
G=30.17%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710510600.230.230.46358.1213.2247.45
Hex89696A017172E166d2f
Octal21115115202727565461557
Binary1000100111010011101010010111101111011101011001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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