Html Css Color HEX #896F75 Empress

📋 copy color: '#896F75'

red 137 ◦ green 111 ◦ blue 117

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

Shades of Empress #896F75

Tints of Empress #896F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.05%

R = 37.53%
G = 30.41%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#896F75 (or 0x896F75) is known color: Empress. HEX triplet: 89, 6F and 75. RGB value is (137,111,117). Sum of RGB (Red+Green+Blue) = 137+111+117=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #896F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F75 is #76908A. Grayscale: #777777. Windows color (decimal): -7770251 or 7696265. OLE color: 7696265.

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

Color convert

RGB 137 111 117 -
CMYK 0 0.19 0.15 0.46
HSL 346.15º 0.1% 0.49% -
HSV(B) 346.15º 0.19% 0.54% -
XYZ 19.21 17.97 19.29 -
YUV 119.46 126.61 140.51 -
System Red Green Blue C M Y K H S L
Decimal 137 111 117 0 0.19 0.15 0.46 346.15 0.1 0.49
Hex 89 6F 75 0 13 F 2E 15A A 31
Octal 211 157 165 0 23 17 56 532 12 61
Binary 10001001 1101111 1110101 0 10011 1111 101110 101011010 1010 110001

Color Harmonies of #896F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896F75

Black with #896F75

Text Example


Text Example

White with #896F75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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