Html Css Color HEX #956975 Mauve Taupe

📋 copy color: '#956975'

red 149 ◦ green 105 ◦ blue 117

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

Shades of Mauve Taupe #956975

Tints of Mauve Taupe #956975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 40.16%
G = 28.3%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#956975 (or 0x956975) is known color: Mauve Taupe. HEX triplet: 95, 69 and 75. RGB value is (149,105,117). Sum of RGB (Red+Green+Blue) = 149+105+117=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #956975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956975 is #6A968A. Grayscale: #777777. Windows color (decimal): -6985355 or 7694741. OLE color: 7694741.

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

Color convert

RGB 149 105 117 -
CMYK 0 0.30 0.21 0.42
HSL 343.64º 0.17% 0.5% -
HSV(B) 343.64º 0.3% 0.58% -
XYZ 20.66 17.78 19.17 -
YUV 119.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 149 105 117 0 0.30 0.21 0.42 343.64 0.17 0.5
Hex 95 69 75 0 1E 15 2A 158 11 32
Octal 225 151 165 0 36 25 52 530 21 62
Binary 10010101 1101001 1110101 0 11110 10101 101010 101011000 10001 110010

Color Harmonies of #956975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956975

Black with #956975

Text Example


Text Example

White with #956975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956975; }

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

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

background-color css

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

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

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

border-color css

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

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

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