Html Css Color HEX #896C70 Empress

📋 copy color: '#896C70'

red 137 ◦ green 108 ◦ blue 112

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

Shades of Empress #896C70

Tints of Empress #896C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 38.38%
G = 30.25%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#896C70 (or 0x896C70) is known color: Empress. HEX triplet: 89, 6C and 70. RGB value is (137,108,112). Sum of RGB (Red+Green+Blue) = 137+108+112=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 137 - color contains mainly: red. Hex color #896C70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C70 is #76938F. Grayscale: #757575. Windows color (decimal): -7771024 or 7367817. OLE color: 7367817.

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

Color convert

RGB 137 108 112 -
CMYK 0 0.21 0.18 0.46
HSL 351.72º 0.12% 0.48% -
HSV(B) 351.72º 0.21% 0.54% -
XYZ 18.6 17.21 17.67 -
YUV 117.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 137 108 112 0 0.21 0.18 0.46 351.72 0.12 0.48
Hex 89 6C 70 0 15 12 2E 160 C 30
Octal 211 154 160 0 25 22 56 540 14 60
Binary 10001001 1101100 1110000 0 10101 10010 101110 101100000 1100 110000

Color Harmonies of #896C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C70

Black with #896C70

Text Example


Text Example

White with #896C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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