Html Css Color HEX #896C74 Empress

📋 copy color: '#896C74'

red 137 ◦ green 108 ◦ blue 116

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

Shades of Empress #896C74

Tints of Empress #896C74

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.7% from 255) = 32.13%

R = 37.95%
G = 29.92%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#896C74 (or 0x896C74) is known color: 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

RGB 137 108 116 -
CMYK 0 0.21 0.15 0.46
HSL 343.45º 0.12% 0.48% -
HSV(B) 343.45º 0.21% 0.54% -
XYZ 18.83 17.3 18.87 -
YUV 117.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 137 108 116 0 0.21 0.15 0.46 343.45 0.12 0.48
Hex 89 6C 74 0 15 F 2E 157 C 30
Octal 211 154 164 0 25 17 56 527 14 60
Binary 10001001 1101100 1110100 0 10101 1111 101110 101010111 1100 110000

Color Harmonies of #896C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896C74

Black with #896C74

Text Example


Text Example

White with #896C74

Text Example


Text Example

HTML Codes & Css Web 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>