Html Css Color HEX #966466 Mauve Taupe

📋 copy color: '#966466'

red 150 ◦ green 100 ◦ blue 102

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

Shades of Mauve Taupe #966466

Tints of Mauve Taupe #966466

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.41%

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

R = 42.61%
G = 28.41%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#966466 (or 0x966466) is known color: Mauve Taupe. HEX triplet: 96, 64 and 66. RGB value is (150,100,102). Sum of RGB (Red+Green+Blue) = 150+100+102=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #966466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966466 is #699B99. Grayscale: #737373. Windows color (decimal): -6921114 or 6710422. OLE color: 6710422.

HSL color Cylindrical-coordinate representation of color #966466: hue angle of 357.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #966466 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 100 102 -
CMYK 0 0.33 0.32 0.41
HSL 357.6º 0.2% 0.49% -
HSV(B) 357.6º 0.33% 0.59% -
XYZ 19.53 16.56 14.74 -
YUV 115.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 150 100 102 0 0.33 0.32 0.41 357.6 0.2 0.49
Hex 96 64 66 0 21 20 29 166 14 31
Octal 226 144 146 0 41 40 51 546 24 61
Binary 10010110 1100100 1100110 0 100001 100000 101001 101100110 10100 110001

Color Harmonies of #966466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966466

Black with #966466

Text Example


Text Example

White with #966466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966466; }

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

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

background-color css

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

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

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

border-color css

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

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

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