Html Css Color HEX #956576 Mauve Taupe

📋 copy color: '#956576'

red 149 ◦ green 101 ◦ blue 118

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

Shades of Mauve Taupe #956576

Tints of Mauve Taupe #956576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.07%

R = 40.49%
G = 27.45%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#956576 (or 0x956576) is known color: Mauve Taupe. HEX triplet: 95, 65 and 76. RGB value is (149,101,118). Sum of RGB (Red+Green+Blue) = 149+101+118=368 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.49% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 149 - color contains mainly: red. Hex color #956576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956576 is #6A9A89. Grayscale: #757575. Windows color (decimal): -6986378 or 7759253. OLE color: 7759253.

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

Color convert

RGB 149 101 118 -
CMYK 0 0.32 0.21 0.42
HSL 338.75º 0.19% 0.49% -
HSV(B) 338.75º 0.32% 0.58% -
XYZ 20.32 17 19.35 -
YUV 117.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 149 101 118 0 0.32 0.21 0.42 338.75 0.19 0.49
Hex 95 65 76 0 20 15 2A 153 13 31
Octal 225 145 166 0 40 25 52 523 23 61
Binary 10010101 1100101 1110110 0 100000 10101 101010 101010011 10011 110001

Color Harmonies of #956576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956576

Black with #956576

Text Example


Text Example

White with #956576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956576; }

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

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

background-color css

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

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

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

border-color css

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

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

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