Html Css Color HEX #976973 Mauve Taupe

📋 copy color: '#976973'

red 151 ◦ green 105 ◦ blue 115

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

Shades of Mauve Taupe #976973

Tints of Mauve Taupe #976973

RGB

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

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

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

R = 40.7%
G = 28.3%
B = 31%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#976973 (or 0x976973) is known color: Mauve Taupe. HEX triplet: 97, 69 and 73. RGB value is (151,105,115). Sum of RGB (Red+Green+Blue) = 151+105+115=371 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.70% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 151 - color contains mainly: red. Hex color #976973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976973 is #68968C. Grayscale: #777777. Windows color (decimal): -6854285 or 7563671. OLE color: 7563671.

HSL color Cylindrical-coordinate representation of color #976973: hue angle of 346.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #976973 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 105 115 -
CMYK 0 0.30 0.24 0.41
HSL 346.96º 0.18% 0.5% -
HSV(B) 346.96º 0.3% 0.59% -
XYZ 20.91 17.92 18.58 -
YUV 119.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 151 105 115 0 0.30 0.24 0.41 346.96 0.18 0.5
Hex 97 69 73 0 1E 18 29 15B 12 32
Octal 227 151 163 0 36 30 51 533 22 62
Binary 10010111 1101001 1110011 0 11110 11000 101001 101011011 10010 110010

Color Harmonies of #976973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976973

Black with #976973

Text Example


Text Example

White with #976973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976973; }

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

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

background-color css

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

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

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

border-color css

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

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

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