Html Css Color HEX #955674 Mauve Taupe

📋 copy color: '#955674'

red 149 ◦ green 86 ◦ blue 116

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

Shades of Mauve Taupe #955674

Tints of Mauve Taupe #955674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 33.05%

R = 42.45%
G = 24.5%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#955674 (or 0x955674) is known color: Mauve Taupe. HEX triplet: 95, 56 and 74. RGB value is (149,86,116). Sum of RGB (Red+Green+Blue) = 149+86+116=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #955674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955674 is #6AA98B. Grayscale: #6C6C6C. Windows color (decimal): -6990220 or 7624341. OLE color: 7624341.

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

Color convert

RGB 149 86 116 -
CMYK 0 0.42 0.22 0.42
HSL 331.43º 0.27% 0.46% -
HSV(B) 331.43º 0.42% 0.58% -
XYZ 18.87 14.31 18.29 -
YUV 108.26 132.37 157.06 -
System Red Green Blue C M Y K H S L
Decimal 149 86 116 0 0.42 0.22 0.42 331.43 0.27 0.46
Hex 95 56 74 0 2A 16 2A 14B 1B 2E
Octal 225 126 164 0 52 26 52 513 33 56
Binary 10010101 1010110 1110100 0 101010 10110 101010 101001011 11011 101110

Color Harmonies of #955674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955674

Black with #955674

Text Example


Text Example

White with #955674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955674; }

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

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

background-color css

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

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

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

border-color css

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

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

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