Html Css Color HEX #955673 Mauve Taupe

📋 copy color: '#955673'

red 149 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #955673

Tints of Mauve Taupe #955673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.57%

 BLUE value IS 115 (45.31% from 255) = 32.86%

R = 42.57%
G = 24.57%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#955673 (or 0x955673) is known color: Mauve Taupe. HEX triplet: 95, 56 and 73. RGB value is (149,86,115). Sum of RGB (Red+Green+Blue) = 149+86+115=350 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.57% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 149 - color contains mainly: red. Hex color #955673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955673 is #6AA98C. Grayscale: #6C6C6C. Windows color (decimal): -6990221 or 7558805. OLE color: 7558805.

HSL color Cylindrical-coordinate representation of color #955673: hue angle of 332.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955673 is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 86 115 -
CMYK 0 0.42 0.23 0.42
HSL 332.38º 0.27% 0.46% -
HSV(B) 332.38º 0.42% 0.58% -
XYZ 18.82 14.28 17.98 -
YUV 108.14 131.87 157.14 -
System Red Green Blue C M Y K H S L
Decimal 149 86 115 0 0.42 0.23 0.42 332.38 0.27 0.46
Hex 95 56 73 0 2A 17 2A 14C 1B 2E
Octal 225 126 163 0 52 27 52 514 33 56
Binary 10010101 1010110 1110011 0 101010 10111 101010 101001100 11011 101110

Color Harmonies of #955673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955673

Black with #955673

Text Example


Text Example

White with #955673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955673; }

 p { color: rgb(149,86,115); }

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

background-color css

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

 a { background-color: rgb(149,86,115); }

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

border-color css

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

 span { border-color: rgb(149,86,115); }

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