Html Css Color HEX #976173 Mauve Taupe

📋 copy color: '#976173'

red 151 ◦ green 97 ◦ blue 115

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

Shades of Mauve Taupe #976173

Tints of Mauve Taupe #976173

RGB

 RED value IS 151 (59.38% from 255) = 41.6%

 GREEN value IS 97 (38.28% from 255) = 26.72%

 BLUE value IS 115 (45.31% from 255) = 31.68%

R = 41.6%
G = 26.72%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#976173 (or 0x976173) is known color: Mauve Taupe. HEX triplet: 97, 61 and 73. RGB value is (151,97,115). Sum of RGB (Red+Green+Blue) = 151+97+115=363 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.60% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 151 - color contains mainly: red. Hex color #976173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976173 is #689E8C. Grayscale: #737373. Windows color (decimal): -6856333 or 7561623. OLE color: 7561623.

HSL color Cylindrical-coordinate representation of color #976173: hue angle of 340º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #976173 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 97 115 -
CMYK 0 0.36 0.24 0.41
HSL 340º 0.22% 0.49% -
HSV(B) 340º 0.36% 0.59% -
XYZ 20.13 16.37 18.32 -
YUV 115.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 151 97 115 0 0.36 0.24 0.41 340 0.22 0.49
Hex 97 61 73 0 24 18 29 154 16 31
Octal 227 141 163 0 44 30 51 524 26 61
Binary 10010111 1100001 1110011 0 100100 11000 101001 101010100 10110 110001

Color Harmonies of #976173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976173

Black with #976173

Text Example


Text Example

White with #976173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976173; }

 p { color: rgb(151,97,115); }

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

background-color css

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

 a { background-color: rgb(151,97,115); }

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

border-color css

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

 span { border-color: rgb(151,97,115); }

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