Html Css Color HEX #966478 Mauve Taupe

📋 copy color: '#966478'

red 150 ◦ green 100 ◦ blue 120

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

Shades of Mauve Taupe #966478

Tints of Mauve Taupe #966478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.43%

R = 40.54%
G = 27.03%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#966478 (or 0x966478) is known color: Mauve Taupe. HEX triplet: 96, 64 and 78. RGB value is (150,100,120). Sum of RGB (Red+Green+Blue) = 150+100+120=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #966478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966478 is #699B87. Grayscale: #757575. Windows color (decimal): -6921096 or 7890070. OLE color: 7890070.

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

Color convert

RGB 150 100 120 -
CMYK 0 0.33 0.20 0.41
HSL 336º 0.2% 0.49% -
HSV(B) 336º 0.33% 0.59% -
XYZ 20.53 16.95 19.96 -
YUV 117.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 150 100 120 0 0.33 0.20 0.41 336 0.2 0.49
Hex 96 64 78 0 21 14 29 150 14 31
Octal 226 144 170 0 41 24 51 520 24 61
Binary 10010110 1100100 1111000 0 100001 10100 101001 101010000 10100 110001

Color Harmonies of #966478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966478

Black with #966478

Text Example


Text Example

White with #966478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966478; }

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

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

background-color css

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

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

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

border-color css

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

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

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