Html Css Color HEX #956170 Mauve Taupe

📋 copy color: '#956170'

red 149 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #956170

Tints of Mauve Taupe #956170

RGB

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

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

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

R = 41.62%
G = 27.09%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#956170 (or 0x956170) is known color: Mauve Taupe. HEX triplet: 95, 61 and 70. RGB value is (149,97,112). Sum of RGB (Red+Green+Blue) = 149+97+112=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #956170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956170 is #6A9E8F. Grayscale: #727272. Windows color (decimal): -6987408 or 7365013. OLE color: 7365013.

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

Color convert

RGB 149 97 112 -
CMYK 0 0.35 0.25 0.42
HSL 342.69º 0.21% 0.48% -
HSV(B) 342.69º 0.35% 0.58% -
XYZ 19.59 16.11 17.41 -
YUV 114.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 149 97 112 0 0.35 0.25 0.42 342.69 0.21 0.48
Hex 95 61 70 0 23 19 2A 157 15 30
Octal 225 141 160 0 43 31 52 527 25 60
Binary 10010101 1100001 1110000 0 100011 11001 101010 101010111 10101 110000

Color Harmonies of #956170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956170

Black with #956170

Text Example


Text Example

White with #956170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956170; }

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

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

background-color css

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

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

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

border-color css

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

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

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