Html Css Color HEX #966D79 Mauve Taupe

📋 copy color: '#966D79'

red 150 ◦ green 109 ◦ blue 121

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

Shades of Mauve Taupe #966D79

Tints of Mauve Taupe #966D79

RGB

 RED value IS 150 (58.98% from 255) = 39.47%

 GREEN value IS 109 (42.97% from 255) = 28.68%

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 39.47%
G = 28.68%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#966D79 (or 0x966D79) is known color: Mauve Taupe. HEX triplet: 96, 6D and 79. RGB value is (150,109,121). Sum of RGB (Red+Green+Blue) = 150+109+121=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #966D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D79 is #699286. Grayscale: #7A7A7A. Windows color (decimal): -6918791 or 7957910. OLE color: 7957910.

HSL color Cylindrical-coordinate representation of color #966D79: hue angle of 342.44º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966D79 is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 109 121 -
CMYK 0 0.27 0.19 0.41
HSL 342.44º 0.16% 0.51% -
HSV(B) 342.44º 0.27% 0.59% -
XYZ 21.5 18.8 20.59 -
YUV 122.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 150 109 121 0 0.27 0.19 0.41 342.44 0.16 0.51
Hex 96 6D 79 0 1B 13 29 156 10 33
Octal 226 155 171 0 33 23 51 526 20 63
Binary 10010110 1101101 1111001 0 11011 10011 101001 101010110 10000 110011

Color Harmonies of #966D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966D79

Black with #966D79

Text Example


Text Example

White with #966D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966D79; }

 p { color: rgb(150,109,121); }

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

background-color css

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

 a { background-color: rgb(150,109,121); }

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

border-color css

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

 span { border-color: rgb(150,109,121); }

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