Html Css Color HEX #956972 Mauve Taupe

📋 copy color: '#956972'

red 149 ◦ green 105 ◦ blue 114

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

Shades of Mauve Taupe #956972

Tints of Mauve Taupe #956972

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.53%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 40.49%
G = 28.53%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#956972 (or 0x956972) is known color: Mauve Taupe. HEX triplet: 95, 69 and 72. RGB value is (149,105,114). Sum of RGB (Red+Green+Blue) = 149+105+114=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #956972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956972 is #6A968D. Grayscale: #777777. Windows color (decimal): -6985358 or 7498133. OLE color: 7498133.

HSL color Cylindrical-coordinate representation of color #956972: hue angle of 347.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #956972 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 105 114 -
CMYK 0 0.30 0.23 0.42
HSL 347.73º 0.17% 0.5% -
HSV(B) 347.73º 0.3% 0.58% -
XYZ 20.48 17.71 18.26 -
YUV 119.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 149 105 114 0 0.30 0.23 0.42 347.73 0.17 0.5
Hex 95 69 72 0 1E 17 2A 15C 11 32
Octal 225 151 162 0 36 27 52 534 21 62
Binary 10010101 1101001 1110010 0 11110 10111 101010 101011100 10001 110010

Color Harmonies of #956972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956972

Black with #956972

Text Example


Text Example

White with #956972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956972; }

 p { color: rgb(149,105,114); }

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

background-color css

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

 a { background-color: rgb(149,105,114); }

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

border-color css

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

 span { border-color: rgb(149,105,114); }

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