Html Css Color HEX #956970 Mauve Taupe

📋 copy color: '#956970'

red 149 ◦ green 105 ◦ blue 112

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

Shades of Mauve Taupe #956970

Tints of Mauve Taupe #956970

RGB

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

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

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

R = 40.71%
G = 28.69%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#956970 (or 0x956970) is known color: Mauve Taupe. HEX triplet: 95, 69 and 70. RGB value is (149,105,112). Sum of RGB (Red+Green+Blue) = 149+105+112=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956970 is #6A968F. Grayscale: #767676. Windows color (decimal): -6985360 or 7367061. OLE color: 7367061.

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

Color convert

RGB 149 105 112 -
CMYK 0 0.30 0.25 0.42
HSL 350.45º 0.17% 0.5% -
HSV(B) 350.45º 0.3% 0.58% -
XYZ 20.37 17.66 17.66 -
YUV 118.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 149 105 112 0 0.30 0.25 0.42 350.45 0.17 0.5
Hex 95 69 70 0 1E 19 2A 15E 11 32
Octal 225 151 160 0 36 31 52 536 21 62
Binary 10010101 1101001 1110000 0 11110 11001 101010 101011110 10001 110010

Color Harmonies of #956970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956970

Black with #956970

Text Example


Text Example

White with #956970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956970; }

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

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

background-color css

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

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

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

border-color css

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

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

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