Html Css Color HEX #996372 Mauve Taupe

📋 copy color: '#996372'

red 153 ◦ green 99 ◦ blue 114

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

Shades of Mauve Taupe #996372

Tints of Mauve Taupe #996372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 41.8%
G = 27.05%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#996372 (or 0x996372) is known color: Mauve Taupe. HEX triplet: 99, 63 and 72. RGB value is (153,99,114). Sum of RGB (Red+Green+Blue) = 153+99+114=366 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.80% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 153 - color contains mainly: red. Hex color #996372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996372 is #669C8D. Grayscale: #747474. Windows color (decimal): -6724750 or 7496601. OLE color: 7496601.

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

Color convert

RGB 153 99 114 -
CMYK 0 0.35 0.25 0.4
HSL 343.33º 0.21% 0.49% -
HSV(B) 343.33º 0.35% 0.6% -
XYZ 20.64 16.91 18.1 -
YUV 116.86 126.39 153.78 -
System Red Green Blue C M Y K H S L
Decimal 153 99 114 0 0.35 0.25 0.4 343.33 0.21 0.49
Hex 99 63 72 0 23 19 28 157 15 31
Octal 231 143 162 0 43 31 50 527 25 61
Binary 10011001 1100011 1110010 0 100011 11001 101000 101010111 10101 110001

Color Harmonies of #996372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996372

Black with #996372

Text Example


Text Example

White with #996372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996372; }

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

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

background-color css

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

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

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

border-color css

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

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

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