Html Css Color HEX #976670 Mauve Taupe

📋 copy color: '#976670'

red 151 ◦ green 102 ◦ blue 112

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

Shades of Mauve Taupe #976670

Tints of Mauve Taupe #976670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

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

R = 41.37%
G = 27.95%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#976670 (or 0x976670) is known color: Mauve Taupe. HEX triplet: 97, 66 and 70. RGB value is (151,102,112). Sum of RGB (Red+Green+Blue) = 151+102+112=365 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.37% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 151 - color contains mainly: red. Hex color #976670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976670 is #68998F. Grayscale: #757575. Windows color (decimal): -6855056 or 7366295. OLE color: 7366295.

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

Color convert

RGB 151 102 112 -
CMYK 0 0.32 0.26 0.41
HSL 347.76º 0.19% 0.5% -
HSV(B) 347.76º 0.32% 0.59% -
XYZ 20.44 17.25 17.58 -
YUV 117.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 151 102 112 0 0.32 0.26 0.41 347.76 0.19 0.5
Hex 97 66 70 0 20 1A 29 15C 13 32
Octal 227 146 160 0 40 32 51 534 23 62
Binary 10010111 1100110 1110000 0 100000 11010 101001 101011100 10011 110010

Color Harmonies of #976670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976670

Black with #976670

Text Example


Text Example

White with #976670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976670; }

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

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

background-color css

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

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

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

border-color css

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

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

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