Html Css Color HEX #996678 Mauve Taupe

📋 copy color: '#996678'

red 153 ◦ green 102 ◦ blue 120

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

Shades of Mauve Taupe #996678

Tints of Mauve Taupe #996678

RGB

 RED value IS 153 (60.16% from 255) = 40.8%

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

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

R = 40.8%
G = 27.2%
B = 32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#996678 (or 0x996678) is known color: Mauve Taupe. HEX triplet: 99, 66 and 78. RGB value is (153,102,120). Sum of RGB (Red+Green+Blue) = 153+102+120=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996678 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996678 is #669987. Grayscale: #777777. Windows color (decimal): -6723976 or 7890585. OLE color: 7890585.

HSL color Cylindrical-coordinate representation of color #996678: hue angle of 338.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #996678 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 102 120 -
CMYK 0 0.33 0.22 0.4
HSL 338.82º 0.2% 0.5% -
HSV(B) 338.82º 0.33% 0.6% -
XYZ 21.28 17.63 20.05 -
YUV 119.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 153 102 120 0 0.33 0.22 0.4 338.82 0.2 0.5
Hex 99 66 78 0 21 16 28 153 14 32
Octal 231 146 170 0 41 26 50 523 24 62
Binary 10011001 1100110 1111000 0 100001 10110 101000 101010011 10100 110010

Color Harmonies of #996678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996678

Black with #996678

Text Example


Text Example

White with #996678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996678; }

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

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

background-color css

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

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

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

border-color css

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

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

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