Html Css Color HEX #966770 Mauve Taupe

📋 copy color: '#966770'

red 150 ◦ green 103 ◦ blue 112

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

Shades of Mauve Taupe #966770

Tints of Mauve Taupe #966770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

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

R = 41.1%
G = 28.22%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#966770 (or 0x966770) is known color: Mauve Taupe. HEX triplet: 96, 67 and 70. RGB value is (150,103,112). Sum of RGB (Red+Green+Blue) = 150+103+112=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #966770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966770 is #69988F. Grayscale: #767676. Windows color (decimal): -6920336 or 7366550. OLE color: 7366550.

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

Color convert

RGB 150 103 112 -
CMYK 0 0.31 0.25 0.41
HSL 348.51º 0.19% 0.5% -
HSV(B) 348.51º 0.31% 0.59% -
XYZ 20.35 17.35 17.61 -
YUV 118.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 150 103 112 0 0.31 0.25 0.41 348.51 0.19 0.5
Hex 96 67 70 0 1F 19 29 15D 13 32
Octal 226 147 160 0 37 31 51 535 23 62
Binary 10010110 1100111 1110000 0 11111 11001 101001 101011101 10011 110010

Color Harmonies of #966770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966770

Black with #966770

Text Example


Text Example

White with #966770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966770; }

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

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

background-color css

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

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

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

border-color css

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

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

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