Html Css Color HEX #995972 Mauve Taupe

📋 copy color: '#995972'

red 153 ◦ green 89 ◦ blue 114

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

Shades of Mauve Taupe #995972

Tints of Mauve Taupe #995972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

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

R = 42.98%
G = 25%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#995972 (or 0x995972) is known color: Mauve Taupe. HEX triplet: 99, 59 and 72. RGB value is (153,89,114). Sum of RGB (Red+Green+Blue) = 153+89+114=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #995972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995972 is #66A68D. Grayscale: #6E6E6E. Windows color (decimal): -6727310 or 7494041. OLE color: 7494041.

HSL color Cylindrical-coordinate representation of color #995972: hue angle of 336.56º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995972 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 89 114 -
CMYK 0 0.42 0.25 0.4
HSL 336.56º 0.26% 0.47% -
HSV(B) 336.56º 0.42% 0.6% -
XYZ 19.75 15.13 17.8 -
YUV 110.99 129.7 157.97 -
System Red Green Blue C M Y K H S L
Decimal 153 89 114 0 0.42 0.25 0.4 336.56 0.26 0.47
Hex 99 59 72 0 2A 19 28 151 1A 2F
Octal 231 131 162 0 52 31 50 521 32 57
Binary 10011001 1011001 1110010 0 101010 11001 101000 101010001 11010 101111

Color Harmonies of #995972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995972

Black with #995972

Text Example


Text Example

White with #995972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995972; }

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

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

background-color css

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

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

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

border-color css

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

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

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