Html Css Color HEX #956164 Mauve Taupe

📋 copy color: '#956164'

red 149 ◦ green 97 ◦ blue 100

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

Shades of Mauve Taupe #956164

Tints of Mauve Taupe #956164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.03%

 BLUE value IS 100 (39.45% from 255) = 28.9%

R = 43.06%
G = 28.03%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#956164 (or 0x956164) is known color: Mauve Taupe. HEX triplet: 95, 61 and 64. RGB value is (149,97,100). Sum of RGB (Red+Green+Blue) = 149+97+100=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #956164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956164 is #6A9E9B. Grayscale: #707070. Windows color (decimal): -6987420 or 6578581. OLE color: 6578581.

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

Color convert

RGB 149 97 100 -
CMYK 0 0.35 0.33 0.42
HSL 356.54º 0.21% 0.48% -
HSV(B) 356.54º 0.35% 0.58% -
XYZ 18.97 15.86 14.12 -
YUV 112.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 149 97 100 0 0.35 0.33 0.42 356.54 0.21 0.48
Hex 95 61 64 0 23 21 2A 165 15 30
Octal 225 141 144 0 43 41 52 545 25 60
Binary 10010101 1100001 1100100 0 100011 100001 101010 101100101 10101 110000

Color Harmonies of #956164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956164

Black with #956164

Text Example


Text Example

White with #956164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956164; }

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

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

background-color css

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

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

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

border-color css

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

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

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