Html Css Color HEX #896F70 Empress

📋 copy color: '#896F70'

red 137 ◦ green 111 ◦ blue 112

#896F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Empress #896F70

Tints of Empress #896F70

RGB

 RED value IS 137 (53.91% from 255) = 38.06%

 GREEN value IS 111 (43.75% from 255) = 30.83%

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 38.06%
G = 30.83%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#896F70 (or 0x896F70) is known color: Empress. HEX triplet: 89, 6F and 70. RGB value is (137,111,112). Sum of RGB (Red+Green+Blue) = 137+111+112=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #896F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F70 is #76908F. Grayscale: #767676. Windows color (decimal): -7770256 or 7368585. OLE color: 7368585.

HSL color Cylindrical-coordinate representation of color #896F70: hue angle of 357.69º 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 #896F70 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 111 112 -
CMYK 0 0.19 0.18 0.46
HSL 357.69º 0.1% 0.49% -
HSV(B) 357.69º 0.19% 0.54% -
XYZ 18.93 17.86 17.78 -
YUV 118.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 137 111 112 0 0.19 0.18 0.46 357.69 0.1 0.49
Hex 89 6F 70 0 13 12 2E 166 A 31
Octal 211 157 160 0 23 22 56 546 12 61
Binary 10001001 1101111 1110000 0 10011 10010 101110 101100110 1010 110001

Color Harmonies of #896F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F70

Black with #896F70

Text Example


Text Example

White with #896F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #896F70;
 }
 .AnyTagClassName
 {
   color: #896F70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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