Html Css Color HEX #966678 Mauve Taupe

📋 copy color: '#966678'

red 150 ◦ green 102 ◦ blue 120

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

Shades of Mauve Taupe #966678

Tints of Mauve Taupe #966678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.42%

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

R = 40.32%
G = 27.42%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#966678 (or 0x966678) is known color: Mauve Taupe. HEX triplet: 96, 66 and 78. RGB value is (150,102,120). Sum of RGB (Red+Green+Blue) = 150+102+120=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #966678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966678 is #699987. Grayscale: #767676. Windows color (decimal): -6920584 or 7890582. OLE color: 7890582.

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

Color convert

RGB 150 102 120 -
CMYK 0 0.32 0.20 0.41
HSL 337.5º 0.19% 0.49% -
HSV(B) 337.5º 0.32% 0.59% -
XYZ 20.72 17.34 20.02 -
YUV 118.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 150 102 120 0 0.32 0.20 0.41 337.5 0.19 0.49
Hex 96 66 78 0 20 14 29 152 13 31
Octal 226 146 170 0 40 24 51 522 23 61
Binary 10010110 1100110 1111000 0 100000 10100 101001 101010010 10011 110001

Color Harmonies of #966678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966678

Black with #966678

Text Example


Text Example

White with #966678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966678; }

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

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

background-color css

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

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

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

border-color css

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

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

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