Html Css Color HEX #976469 Mauve Taupe

📋 copy color: '#976469'

red 151 ◦ green 100 ◦ blue 105

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

Shades of Mauve Taupe #976469

Tints of Mauve Taupe #976469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.49%

R = 42.42%
G = 28.09%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#976469 (or 0x976469) is known color: Mauve Taupe. HEX triplet: 97, 64 and 69. RGB value is (151,100,105). Sum of RGB (Red+Green+Blue) = 151+100+105=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 151 - color contains mainly: red. Hex color #976469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976469 is #689B96. Grayscale: #737373. Windows color (decimal): -6855575 or 6907031. OLE color: 6907031.

HSL color Cylindrical-coordinate representation of color #976469: hue angle of 354.12º 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 #976469 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 100 105 -
CMYK 0 0.34 0.30 0.41
HSL 354.12º 0.2% 0.49% -
HSV(B) 354.12º 0.34% 0.59% -
XYZ 19.87 16.71 15.54 -
YUV 115.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 151 100 105 0 0.34 0.30 0.41 354.12 0.2 0.49
Hex 97 64 69 0 22 1E 29 162 14 31
Octal 227 144 151 0 42 36 51 542 24 61
Binary 10010111 1100100 1101001 0 100010 11110 101001 101100010 10100 110001

Color Harmonies of #976469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976469

Black with #976469

Text Example


Text Example

White with #976469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976469; }

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

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

background-color css

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

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

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

border-color css

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

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

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