Html Css Color HEX #995F70 Mauve Taupe

📋 copy color: '#995F70'

red 153 ◦ green 95 ◦ blue 112

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

Shades of Mauve Taupe #995F70

Tints of Mauve Taupe #995F70

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.39%

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

R = 42.5%
G = 26.39%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#995F70 (or 0x995F70) is known color: Mauve Taupe. HEX triplet: 99, 5F and 70. RGB value is (153,95,112). Sum of RGB (Red+Green+Blue) = 153+95+112=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #995F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F70 is #66A08F. Grayscale: #727272. Windows color (decimal): -6725776 or 7364505. OLE color: 7364505.

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

Color convert

RGB 153 95 112 -
CMYK 0 0.38 0.27 0.4
HSL 342.41º 0.23% 0.49% -
HSV(B) 342.41º 0.38% 0.6% -
XYZ 20.15 16.13 17.38 -
YUV 114.28 126.72 155.62 -
System Red Green Blue C M Y K H S L
Decimal 153 95 112 0 0.38 0.27 0.4 342.41 0.23 0.49
Hex 99 5F 70 0 26 1B 28 156 17 31
Octal 231 137 160 0 46 33 50 526 27 61
Binary 10011001 1011111 1110000 0 100110 11011 101000 101010110 10111 110001

Color Harmonies of #995F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995F70

Black with #995F70

Text Example


Text Example

White with #995F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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