Html Css Color HEX #966072 Mauve Taupe

📋 copy color: '#966072'

red 150 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #966072

Tints of Mauve Taupe #966072

RGB

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

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

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

R = 41.67%
G = 26.67%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#966072 (or 0x966072) is known color: Mauve Taupe. HEX triplet: 96, 60 and 72. RGB value is (150,96,114). Sum of RGB (Red+Green+Blue) = 150+96+114=360 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.67% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 150 - color contains mainly: red. Hex color #966072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966072 is #699F8D. Grayscale: #727272. Windows color (decimal): -6922126 or 7495830. OLE color: 7495830.

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

Color convert

RGB 150 96 114 -
CMYK 0 0.36 0.24 0.41
HSL 340º 0.22% 0.48% -
HSV(B) 340º 0.36% 0.59% -
XYZ 19.8 16.06 17.98 -
YUV 114.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 150 96 114 0 0.36 0.24 0.41 340 0.22 0.48
Hex 96 60 72 0 24 18 29 154 16 30
Octal 226 140 162 0 44 30 51 524 26 60
Binary 10010110 1100000 1110010 0 100100 11000 101001 101010100 10110 110000

Color Harmonies of #966072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966072

Black with #966072

Text Example


Text Example

White with #966072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966072; }

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

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

background-color css

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

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

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

border-color css

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

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

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