Html Css Color HEX #956771 Mauve Taupe

📋 copy color: '#956771'

red 149 ◦ green 103 ◦ blue 113

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

Shades of Mauve Taupe #956771

Tints of Mauve Taupe #956771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.22%

 BLUE value IS 113 (44.53% from 255) = 30.96%

R = 40.82%
G = 28.22%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#956771 (or 0x956771) is known color: Mauve Taupe. HEX triplet: 95, 67 and 71. RGB value is (149,103,113). Sum of RGB (Red+Green+Blue) = 149+103+113=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 103 (40.62% from 255 or 28.22% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #956771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956771 is #6A988E. Grayscale: #757575. Windows color (decimal): -6985871 or 7432085. OLE color: 7432085.

HSL color Cylindrical-coordinate representation of color #956771: hue angle of 346.96º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956771 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 103 113 -
CMYK 0 0.31 0.24 0.42
HSL 346.96º 0.18% 0.49% -
HSV(B) 346.96º 0.31% 0.58% -
XYZ 20.23 17.28 17.89 -
YUV 117.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 149 103 113 0 0.31 0.24 0.42 346.96 0.18 0.49
Hex 95 67 71 0 1F 18 2A 15B 12 31
Octal 225 147 161 0 37 30 52 533 22 61
Binary 10010101 1100111 1110001 0 11111 11000 101010 101011011 10010 110001

Color Harmonies of #956771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956771

Black with #956771

Text Example


Text Example

White with #956771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956771; }

 p { color: rgb(149,103,113); }

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

background-color css

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

 a { background-color: rgb(149,103,113); }

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

border-color css

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

 span { border-color: rgb(149,103,113); }

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