Html Css Color HEX #976466 Mauve Taupe

📋 copy color: '#976466'

red 151 ◦ green 100 ◦ blue 102

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

Shades of Mauve Taupe #976466

Tints of Mauve Taupe #976466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.33%

 BLUE value IS 102 (40.23% from 255) = 28.9%

R = 42.78%
G = 28.33%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#976466 (or 0x976466) is known color: Mauve Taupe. HEX triplet: 97, 64 and 66. RGB value is (151,100,102). Sum of RGB (Red+Green+Blue) = 151+100+102=353 (46% of max value = 765). Red value is 151 (59.38% from 255 or 42.78% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 151 - color contains mainly: red. Hex color #976466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976466 is #689B99. Grayscale: #737373. Windows color (decimal): -6855578 or 6710423. OLE color: 6710423.

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

Color convert

RGB 151 100 102 -
CMYK 0 0.34 0.32 0.41
HSL 357.65º 0.2% 0.49% -
HSV(B) 357.65º 0.34% 0.59% -
XYZ 19.72 16.65 14.75 -
YUV 115.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 151 100 102 0 0.34 0.32 0.41 357.65 0.2 0.49
Hex 97 64 66 0 22 20 29 166 14 31
Octal 227 144 146 0 42 40 51 546 24 61
Binary 10010111 1100100 1100110 0 100010 100000 101001 101100110 10100 110001

Color Harmonies of #976466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976466

Black with #976466

Text Example


Text Example

White with #976466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976466; }

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

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

background-color css

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

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

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

border-color css

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

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

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