Html Css Color HEX #966370 Mauve Taupe

📋 copy color: '#966370'

red 150 ◦ green 99 ◦ blue 112

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

Shades of Mauve Taupe #966370

Tints of Mauve Taupe #966370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

 BLUE value IS 112 (44.14% from 255) = 31.02%

R = 41.55%
G = 27.42%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#966370 (or 0x966370) is known color: Mauve Taupe. HEX triplet: 96, 63 and 70. RGB value is (150,99,112). Sum of RGB (Red+Green+Blue) = 150+99+112=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #966370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966370 is #699C8F. Grayscale: #737373. Windows color (decimal): -6921360 or 7365526. OLE color: 7365526.

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

Color convert

RGB 150 99 112 -
CMYK 0 0.34 0.25 0.41
HSL 344.71º 0.2% 0.49% -
HSV(B) 344.71º 0.34% 0.59% -
XYZ 19.96 16.58 17.48 -
YUV 115.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 150 99 112 0 0.34 0.25 0.41 344.71 0.2 0.49
Hex 96 63 70 0 22 19 29 159 14 31
Octal 226 143 160 0 42 31 51 531 24 61
Binary 10010110 1100011 1110000 0 100010 11001 101001 101011001 10100 110001

Color Harmonies of #966370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966370

Black with #966370

Text Example


Text Example

White with #966370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966370; }

 p { color: rgb(150,99,112); }

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

background-color css

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

 a { background-color: rgb(150,99,112); }

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

border-color css

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

 span { border-color: rgb(150,99,112); }

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