Html Css Color HEX #976570 Mauve Taupe

📋 copy color: '#976570'

red 151 ◦ green 101 ◦ blue 112

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

Shades of Mauve Taupe #976570

Tints of Mauve Taupe #976570

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 41.48%
G = 27.75%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#976570 (or 0x976570) is known color: Mauve Taupe. HEX triplet: 97, 65 and 70. RGB value is (151,101,112). Sum of RGB (Red+Green+Blue) = 151+101+112=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #976570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976570 is #689A8F. Grayscale: #757575. Windows color (decimal): -6855312 or 7366039. OLE color: 7366039.

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

Color convert

RGB 151 101 112 -
CMYK 0 0.33 0.26 0.41
HSL 346.8º 0.2% 0.49% -
HSV(B) 346.8º 0.33% 0.59% -
XYZ 20.34 17.06 17.55 -
YUV 117.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 151 101 112 0 0.33 0.26 0.41 346.8 0.2 0.49
Hex 97 65 70 0 21 1A 29 15B 14 31
Octal 227 145 160 0 41 32 51 533 24 61
Binary 10010111 1100101 1110000 0 100001 11010 101001 101011011 10100 110001

Color Harmonies of #976570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976570

Black with #976570

Text Example


Text Example

White with #976570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976570; }

 p { color: rgb(151,101,112); }

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

background-color css

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

 a { background-color: rgb(151,101,112); }

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

border-color css

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

 span { border-color: rgb(151,101,112); }

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