Html Css Color HEX #956475 Mauve Taupe

📋 copy color: '#956475'

red 149 ◦ green 100 ◦ blue 117

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

Shades of Mauve Taupe #956475

Tints of Mauve Taupe #956475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

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

R = 40.71%
G = 27.32%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#956475 (or 0x956475) is known color: Mauve Taupe. HEX triplet: 95, 64 and 75. RGB value is (149,100,117). Sum of RGB (Red+Green+Blue) = 149+100+117=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #956475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956475 is #6A9B8A. Grayscale: #747474. Windows color (decimal): -6986635 or 7693461. OLE color: 7693461.

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

Color convert

RGB 149 100 117 -
CMYK 0 0.33 0.21 0.42
HSL 339.18º 0.2% 0.49% -
HSV(B) 339.18º 0.33% 0.58% -
XYZ 20.16 16.79 19.01 -
YUV 116.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 149 100 117 0 0.33 0.21 0.42 339.18 0.2 0.49
Hex 95 64 75 0 21 15 2A 153 14 31
Octal 225 144 165 0 41 25 52 523 24 61
Binary 10010101 1100100 1110101 0 100001 10101 101010 101010011 10100 110001

Color Harmonies of #956475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956475

Black with #956475

Text Example


Text Example

White with #956475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956475; }

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

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

background-color css

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

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

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

border-color css

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

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

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