#896F74

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

Shades of Empress #896F74

Tints of Empress #896F74

Color information

#896F74 (or 0x896F74) is unknown color: approx Empress. HEX triplet: 89, 6F and 74. RGB value is (137,111,116). Sum of RGB (Red+Green+Blue) = 137+111+116=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #896F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F74 is #76908B. Grayscale: #777777. Windows color (decimal): -7770252 or 7630729. OLE color: 7630729.

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

Color convert

RGB137111116-
CMYK00.190.150.46
HSL348.46º10.48%48.63%-
HSV(B)348.46º18.98%53.73%-
XYZ19.1517.9518.98-
YUV119.34126.11140.59-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.64%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=37.64%
G=30.49%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711111600.190.150.46348.4610.4848.63
Hex896F74013F2E15ca31
Octal21115716402317565341261
Binary100010011101111111010001001111111011101010111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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