Html Css Color HEX #996475 Mauve Taupe

📋 copy color: '#996475'

red 153 ◦ green 100 ◦ blue 117

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

Shades of Mauve Taupe #996475

Tints of Mauve Taupe #996475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 41.35%
G = 27.03%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#996475 (or 0x996475) is known color: Mauve Taupe. HEX triplet: 99, 64 and 75. RGB value is (153,100,117). Sum of RGB (Red+Green+Blue) = 153+100+117=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 100 (39.45% from 255 or 27.03% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #996475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996475 is #669B8A. Grayscale: #757575. Windows color (decimal): -6724491 or 7693465. OLE color: 7693465.

HSL color Cylindrical-coordinate representation of color #996475: hue angle of 340.75º 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 #996475 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 117 -
CMYK 0 0.35 0.24 0.4
HSL 340.75º 0.21% 0.5% -
HSV(B) 340.75º 0.35% 0.6% -
XYZ 20.9 17.17 19.04 -
YUV 117.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 153 100 117 0 0.35 0.24 0.4 340.75 0.21 0.5
Hex 99 64 75 0 23 18 28 155 15 32
Octal 231 144 165 0 43 30 50 525 25 62
Binary 10011001 1100100 1110101 0 100011 11000 101000 101010101 10101 110010

Color Harmonies of #996475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996475

Black with #996475

Text Example


Text Example

White with #996475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996475; }

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

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

background-color css

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

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

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

border-color css

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

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

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