Html Css Color HEX #966A72 Mauve Taupe

📋 copy color: '#966A72'

red 150 ◦ green 106 ◦ blue 114

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

Shades of Mauve Taupe #966A72

Tints of Mauve Taupe #966A72

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

 BLUE value IS 114 (44.92% from 255) = 30.81%

R = 40.54%
G = 28.65%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#966A72 (or 0x966A72) is known color: Mauve Taupe. HEX triplet: 96, 6A and 72. RGB value is (150,106,114). Sum of RGB (Red+Green+Blue) = 150+106+114=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #966A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A72 is #69958D. Grayscale: #787878. Windows color (decimal): -6919566 or 7498390. OLE color: 7498390.

HSL color Cylindrical-coordinate representation of color #966A72: hue angle of 349.09º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966A72 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 106 114 -
CMYK 0 0.29 0.24 0.41
HSL 349.09º 0.17% 0.5% -
HSV(B) 349.09º 0.29% 0.59% -
XYZ 20.77 18.01 18.3 -
YUV 120.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 150 106 114 0 0.29 0.24 0.41 349.09 0.17 0.5
Hex 96 6A 72 0 1D 18 29 15D 11 32
Octal 226 152 162 0 35 30 51 535 21 62
Binary 10010110 1101010 1110010 0 11101 11000 101001 101011101 10001 110010

Color Harmonies of #966A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966A72

Black with #966A72

Text Example


Text Example

White with #966A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,106,114); }

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

background-color css

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

 a { background-color: rgb(150,106,114); }

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

border-color css

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

 span { border-color: rgb(150,106,114); }

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