Html Css Color HEX #966366 Mauve Taupe

📋 copy color: '#966366'

red 150 ◦ green 99 ◦ blue 102

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

Shades of Mauve Taupe #966366

Tints of Mauve Taupe #966366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.06%

R = 42.74%
G = 28.21%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#966366 (or 0x966366) is known color: Mauve Taupe. HEX triplet: 96, 63 and 66. RGB value is (150,99,102). Sum of RGB (Red+Green+Blue) = 150+99+102=351 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.74% from 351); Green value is 99 (39.06% from 255 or 28.21% from 351); Blue value is 102 (40.23% from 255 or 29.06% from 351); Max value from RGB is 150 - color contains mainly: red. Hex color #966366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966366 is #699C99. Grayscale: #727272. Windows color (decimal): -6921370 or 6710166. OLE color: 6710166.

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

Color convert

RGB 150 99 102 -
CMYK 0 0.34 0.32 0.41
HSL 356.47º 0.2% 0.49% -
HSV(B) 356.47º 0.34% 0.59% -
XYZ 19.44 16.37 14.71 -
YUV 114.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 150 99 102 0 0.34 0.32 0.41 356.47 0.2 0.49
Hex 96 63 66 0 22 20 29 164 14 31
Octal 226 143 146 0 42 40 51 544 24 61
Binary 10010110 1100011 1100110 0 100010 100000 101001 101100100 10100 110001

Color Harmonies of #966366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966366

Black with #966366

Text Example


Text Example

White with #966366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966366; }

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

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

background-color css

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

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

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

border-color css

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

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

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