Html Css Color HEX #956174 Mauve Taupe

📋 copy color: '#956174'

red 149 ◦ green 97 ◦ blue 116

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

Shades of Mauve Taupe #956174

Tints of Mauve Taupe #956174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 41.16%
G = 26.8%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#956174 (or 0x956174) is known color: Mauve Taupe. HEX triplet: 95, 61 and 74. RGB value is (149,97,116). Sum of RGB (Red+Green+Blue) = 149+97+116=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #956174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956174 is #6A9E8B. Grayscale: #727272. Windows color (decimal): -6987404 or 7627157. OLE color: 7627157.

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

Color convert

RGB 149 97 116 -
CMYK 0 0.35 0.22 0.42
HSL 338.08º 0.21% 0.48% -
HSV(B) 338.08º 0.35% 0.58% -
XYZ 19.82 16.2 18.61 -
YUV 114.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 149 97 116 0 0.35 0.22 0.42 338.08 0.21 0.48
Hex 95 61 74 0 23 16 2A 152 15 30
Octal 225 141 164 0 43 26 52 522 25 60
Binary 10010101 1100001 1110100 0 100011 10110 101010 101010010 10101 110000

Color Harmonies of #956174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956174

Black with #956174

Text Example


Text Example

White with #956174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956174; }

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

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

background-color css

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

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

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

border-color css

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

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

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