#896C74

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

Shades of Empress #896C74

Tints of Empress #896C74

Color information

#896C74 (or 0x896C74) is unknown color: approx Empress. HEX triplet: 89, 6C and 74. RGB value is (137,108,116). Sum of RGB (Red+Green+Blue) = 137+108+116=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #896C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C74 is #76938B. Grayscale: #757575. Windows color (decimal): -7771020 or 7629961. OLE color: 7629961.

HSL color Cylindrical-coordinate representation of color #896C74: hue angle of 343.45º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C74 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB137108116-
CMYK00.210.150.46
HSL343.45º11.84%48.04%-
HSV(B)343.45º21.17%53.73%-
XYZ18.8317.318.87-
YUV117.58127.11141.85-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.95%
GREEN value IS 108 (42.58% from 255) = 29.92%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=37.95%
G=29.92%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710811600.210.150.46343.4511.8448.04
Hex896C74015F2E157c30
Octal21115416402517565271460
Binary100010011101100111010001010111111011101010101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896C74; }

 p { color: rgb(137,108,116); }

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

<style>
 a { background-color: #896C74; }

 a { background-color: rgb(137,108,116); }

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

<style>
 span { border-color: #896C74; }

 span { border-color: rgb(137,108,116); }

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