Html Css Color HEX #896975 Mauve Taupe

📋 copy color: '#896975'

red 137 ◦ green 105 ◦ blue 117

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

Shades of Mauve Taupe #896975

Tints of Mauve Taupe #896975

RGB

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

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

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

R = 38.16%
G = 29.25%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#896975 (or 0x896975) is known color: Mauve Taupe. HEX triplet: 89, 69 and 75. RGB value is (137,105,117). Sum of RGB (Red+Green+Blue) = 137+105+117=359 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.16% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 137 - color contains mainly: red. Hex color #896975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896975 is #76968A. Grayscale: #737373. Windows color (decimal): -7771787 or 7694729. OLE color: 7694729.

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

Color convert

RGB 137 105 117 -
CMYK 0 0.23 0.15 0.46
HSL 337.5º 0.13% 0.47% -
HSV(B) 337.5º 0.23% 0.54% -
XYZ 18.58 16.71 19.07 -
YUV 115.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 137 105 117 0 0.23 0.15 0.46 337.5 0.13 0.47
Hex 89 69 75 0 17 F 2E 152 D 2F
Octal 211 151 165 0 27 17 56 522 15 57
Binary 10001001 1101001 1110101 0 10111 1111 101110 101010010 1101 101111

Color Harmonies of #896975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896975

Black with #896975

Text Example


Text Example

White with #896975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896975; }

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

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

background-color css

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

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

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

border-color css

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

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

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