Html Css Color HEX #996470 Mauve Taupe

📋 copy color: '#996470'

red 153 ◦ green 100 ◦ blue 112

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

Shades of Mauve Taupe #996470

Tints of Mauve Taupe #996470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 41.92%
G = 27.4%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#996470 (or 0x996470) is known color: Mauve Taupe. HEX triplet: 99, 64 and 70. RGB value is (153,100,112). Sum of RGB (Red+Green+Blue) = 153+100+112=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #996470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996470 is #669B8F. Grayscale: #757575. Windows color (decimal): -6724496 or 7365785. OLE color: 7365785.

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

Color convert

RGB 153 100 112 -
CMYK 0 0.35 0.27 0.4
HSL 346.42º 0.21% 0.5% -
HSV(B) 346.42º 0.35% 0.6% -
XYZ 20.62 17.06 17.53 -
YUV 117.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 153 100 112 0 0.35 0.27 0.4 346.42 0.21 0.5
Hex 99 64 70 0 23 1B 28 15A 15 32
Octal 231 144 160 0 43 33 50 532 25 62
Binary 10011001 1100100 1110000 0 100011 11011 101000 101011010 10101 110010

Color Harmonies of #996470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996470

Black with #996470

Text Example


Text Example

White with #996470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996470; }

 p { color: rgb(153,100,112); }

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

background-color css

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

 a { background-color: rgb(153,100,112); }

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

border-color css

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

 span { border-color: rgb(153,100,112); }

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