Html Css Color HEX #956577 Mauve Taupe

📋 copy color: '#956577'

red 149 ◦ green 101 ◦ blue 119

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

Shades of Mauve Taupe #956577

Tints of Mauve Taupe #956577

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.37%

 BLUE value IS 119 (46.88% from 255) = 32.25%

R = 40.38%
G = 27.37%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#956577 (or 0x956577) is known color: Mauve Taupe. HEX triplet: 95, 65 and 77. RGB value is (149,101,119). Sum of RGB (Red+Green+Blue) = 149+101+119=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #956577 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956577 is #6A9A88. Grayscale: #757575. Windows color (decimal): -6986377 or 7824789. OLE color: 7824789.

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

Color convert

RGB 149 101 119 -
CMYK 0 0.32 0.20 0.42
HSL 337.5º 0.19% 0.49% -
HSV(B) 337.5º 0.32% 0.58% -
XYZ 20.38 17.03 19.67 -
YUV 117.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 149 101 119 0 0.32 0.20 0.42 337.5 0.19 0.49
Hex 95 65 77 0 20 14 2A 152 13 31
Octal 225 145 167 0 40 24 52 522 23 61
Binary 10010101 1100101 1110111 0 100000 10100 101010 101010010 10011 110001

Color Harmonies of #956577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956577

Black with #956577

Text Example


Text Example

White with #956577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956577; }

 p { color: rgb(149,101,119); }

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

background-color css

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

 a { background-color: rgb(149,101,119); }

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

border-color css

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

 span { border-color: rgb(149,101,119); }

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