Html Css Color HEX #966071 Mauve Taupe

📋 copy color: '#966071'

red 150 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #966071

Tints of Mauve Taupe #966071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

 BLUE value IS 113 (44.53% from 255) = 31.48%

R = 41.78%
G = 26.74%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#966071 (or 0x966071) is known color: Mauve Taupe. HEX triplet: 96, 60 and 71. RGB value is (150,96,113). Sum of RGB (Red+Green+Blue) = 150+96+113=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #966071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966071 is #699F8E. Grayscale: #727272. Windows color (decimal): -6922127 or 7430294. OLE color: 7430294.

HSL color Cylindrical-coordinate representation of color #966071: hue angle of 341.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966071 is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 113 -
CMYK 0 0.36 0.25 0.41
HSL 341.11º 0.22% 0.48% -
HSV(B) 341.11º 0.36% 0.59% -
XYZ 19.74 16.04 17.68 -
YUV 114.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 150 96 113 0 0.36 0.25 0.41 341.11 0.22 0.48
Hex 96 60 71 0 24 19 29 155 16 30
Octal 226 140 161 0 44 31 51 525 26 60
Binary 10010110 1100000 1110001 0 100100 11001 101001 101010101 10110 110000

Color Harmonies of #966071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966071

Black with #966071

Text Example


Text Example

White with #966071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966071; }

 p { color: rgb(150,96,113); }

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

background-color css

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

 a { background-color: rgb(150,96,113); }

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

border-color css

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

 span { border-color: rgb(150,96,113); }

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