#896E6F

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

Shades of Empress #896E6F

Tints of Empress #896E6F

Color information

#896E6F (or 0x896E6F) is unknown color: approx Empress. HEX triplet: 89, 6E and 6F. RGB value is (137,110,111). Sum of RGB (Red+Green+Blue) = 137+110+111=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 137 - color contains mainly: red. Hex color #896E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E6F is #769190. Grayscale: #767676. Windows color (decimal): -7770513 or 7302793. OLE color: 7302793.

HSL color Cylindrical-coordinate representation of color #896E6F: hue angle of 357.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #896E6F is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB137110111-
CMYK00.200.190.46
HSL357.78º10.93%48.43%-
HSV(B)357.78º19.71%53.73%-
XYZ18.7617.6217.45-
YUV118.19123.95141.42-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.27%
GREEN value IS 110 (43.36% from 255) = 30.73%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=38.27%
G=30.73%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711011100.200.190.46357.7810.9348.43
Hex896E6F014132E166b30
Octal21115615702423565461360
Binary1000100111011101101111010100100111011101011001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896E6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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