Html Css Color HEX #89696A Empress

📋 copy color: '#89696A'

red 137 ◦ green 105 ◦ blue 106

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

Shades of Empress #89696A

Tints of Empress #89696A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 106 (41.8% from 255) = 30.46%

R = 39.37%
G = 30.17%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#89696A (or 0x89696A) is known color: Empress. HEX triplet: 89, 69 and 6A. RGB value is (137,105,106). Sum of RGB (Red+Green+Blue) = 137+105+106=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #89696A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89696A is #769695. Grayscale: #727272. Windows color (decimal): -7771798 or 6973833. OLE color: 6973833.

HSL color Cylindrical-coordinate representation of color #89696A: hue angle of 358.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #89696A is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 105 106 -
CMYK 0 0.23 0.23 0.46
HSL 358.13º 0.13% 0.47% -
HSV(B) 358.13º 0.23% 0.54% -
XYZ 17.97 16.46 15.87 -
YUV 114.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 137 105 106 0 0.23 0.23 0.46 358.13 0.13 0.47
Hex 89 69 6A 0 17 17 2E 166 D 2F
Octal 211 151 152 0 27 27 56 546 15 57
Binary 10001001 1101001 1101010 0 10111 10111 101110 101100110 1101 101111

Color Harmonies of #89696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89696A

Black with #89696A

Text Example


Text Example

White with #89696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89696A; }

 p { color: rgb(137,105,106); }

 H1.HeaderClassName
 {
   color: #89696A;
 }
 .AnyTagClassName
 {
   color: #89696A;
 }
</style>

background-color css

<style>
 a { background-color: #89696A; }

 a { background-color: rgb(137,105,106); }

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

border-color css

<style>
 span { border-color: #89696A; }

 span { border-color: rgb(137,105,106); }

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