Html Css Color HEX #996370 Mauve Taupe

📋 copy color: '#996370'

red 153 ◦ green 99 ◦ blue 112

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

Shades of Mauve Taupe #996370

Tints of Mauve Taupe #996370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

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

R = 42.03%
G = 27.2%
B = 30.77%

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

#996370 (or 0x996370) is known color: Mauve Taupe. HEX triplet: 99, 63 and 70. RGB value is (153,99,112). Sum of RGB (Red+Green+Blue) = 153+99+112=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #996370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996370 is #669C8F. Grayscale: #747474. Windows color (decimal): -6724752 or 7365529. OLE color: 7365529.

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

Color convert

RGB 153 99 112 -
CMYK 0 0.35 0.27 0.4
HSL 345.56º 0.21% 0.49% -
HSV(B) 345.56º 0.35% 0.6% -
XYZ 20.52 16.87 17.5 -
YUV 116.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 153 99 112 0 0.35 0.27 0.4 345.56 0.21 0.49
Hex 99 63 70 0 23 1B 28 15A 15 31
Octal 231 143 160 0 43 33 50 532 25 61
Binary 10011001 1100011 1110000 0 100011 11011 101000 101011010 10101 110001

Color Harmonies of #996370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996370

Black with #996370

Text Example


Text Example

White with #996370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996370; }

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

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

background-color css

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

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

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

border-color css

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

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

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