#89696B

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

Shades of Empress #89696B

Tints of Empress #89696B

Color information

#89696B (or 0x89696B) is unknown color: approx Empress. HEX triplet: 89, 69 and 6B. RGB value is (137,105,107). Sum of RGB (Red+Green+Blue) = 137+105+107=349 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.26% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 137 - color contains mainly: red. Hex color #89696B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89696B is #769694. Grayscale: #727272. Windows color (decimal): -7771797 or 7039369. OLE color: 7039369.

HSL color Cylindrical-coordinate representation of color #89696B: hue angle of 356.25º 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 #89696B is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB137105107-
CMYK00.230.220.46
HSL356.25º13.22%47.45%-
HSV(B)356.25º23.36%53.73%-
XYZ18.0216.4816.14-
YUV114.8123.6143.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 39.26%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 107 (42.19% from 255) = 30.66%
R=39.26%
G=30.09%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710510700.230.220.46356.2513.2247.45
Hex89696B017162E164d2f
Octal21115115302726565441557
Binary1000100111010011101011010111101101011101011001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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