Html Css Color HEX #995970 Mauve Taupe

📋 copy color: '#995970'

red 153 ◦ green 89 ◦ blue 112

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

Shades of Mauve Taupe #995970

Tints of Mauve Taupe #995970

RGB

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

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

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

R = 43.22%
G = 25.14%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#995970 (or 0x995970) is known color: Mauve Taupe. HEX triplet: 99, 59 and 70. RGB value is (153,89,112). Sum of RGB (Red+Green+Blue) = 153+89+112=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #995970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995970 is #66A68F. Grayscale: #6E6E6E. Windows color (decimal): -6727312 or 7362969. OLE color: 7362969.

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

Color convert

RGB 153 89 112 -
CMYK 0 0.42 0.27 0.4
HSL 338.44º 0.26% 0.47% -
HSV(B) 338.44º 0.42% 0.6% -
XYZ 19.63 15.09 17.21 -
YUV 110.76 128.7 158.13 -
System Red Green Blue C M Y K H S L
Decimal 153 89 112 0 0.42 0.27 0.4 338.44 0.26 0.47
Hex 99 59 70 0 2A 1B 28 152 1A 2F
Octal 231 131 160 0 52 33 50 522 32 57
Binary 10011001 1011001 1110000 0 101010 11011 101000 101010010 11010 101111

Color Harmonies of #995970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995970

Black with #995970

Text Example


Text Example

White with #995970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995970; }

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

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

background-color css

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

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

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

border-color css

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

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

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