Html Css Color HEX #956173 Mauve Taupe

📋 copy color: '#956173'

red 149 ◦ green 97 ◦ blue 115

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

Shades of Mauve Taupe #956173

Tints of Mauve Taupe #956173

RGB

 RED value IS 149 (58.59% from 255) = 41.27%

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 115 (45.31% from 255) = 31.86%

R = 41.27%
G = 26.87%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#956173 (or 0x956173) is known color: Mauve Taupe. HEX triplet: 95, 61 and 73. RGB value is (149,97,115). Sum of RGB (Red+Green+Blue) = 149+97+115=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #956173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956173 is #6A9E8C. Grayscale: #727272. Windows color (decimal): -6987405 or 7561621. OLE color: 7561621.

HSL color Cylindrical-coordinate representation of color #956173: hue angle of 339.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #956173 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 97 115 -
CMYK 0 0.35 0.23 0.42
HSL 339.23º 0.21% 0.48% -
HSV(B) 339.23º 0.35% 0.58% -
XYZ 19.76 16.18 18.3 -
YUV 114.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 149 97 115 0 0.35 0.23 0.42 339.23 0.21 0.48
Hex 95 61 73 0 23 17 2A 153 15 30
Octal 225 141 163 0 43 27 52 523 25 60
Binary 10010101 1100001 1110011 0 100011 10111 101010 101010011 10101 110000

Color Harmonies of #956173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956173

Black with #956173

Text Example


Text Example

White with #956173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956173; }

 p { color: rgb(149,97,115); }

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

background-color css

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

 a { background-color: rgb(149,97,115); }

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

border-color css

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

 span { border-color: rgb(149,97,115); }

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