Html Css Color HEX #955974 Mauve Taupe

📋 copy color: '#955974'

red 149 ◦ green 89 ◦ blue 116

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

Shades of Mauve Taupe #955974

Tints of Mauve Taupe #955974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.14%

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

R = 42.09%
G = 25.14%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#955974 (or 0x955974) is known color: Mauve Taupe. HEX triplet: 95, 59 and 74. RGB value is (149,89,116). Sum of RGB (Red+Green+Blue) = 149+89+116=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 149 - color contains mainly: red. Hex color #955974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955974 is #6AA68B. Grayscale: #6D6D6D. Windows color (decimal): -6989452 or 7625109. OLE color: 7625109.

HSL color Cylindrical-coordinate representation of color #955974: hue angle of 333º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955974 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 116 -
CMYK 0 0.40 0.22 0.42
HSL 333º 0.25% 0.47% -
HSV(B) 333º 0.4% 0.58% -
XYZ 19.12 14.8 18.37 -
YUV 110.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 149 89 116 0 0.40 0.22 0.42 333 0.25 0.47
Hex 95 59 74 0 28 16 2A 14D 19 2F
Octal 225 131 164 0 50 26 52 515 31 57
Binary 10010101 1011001 1110100 0 101000 10110 101010 101001101 11001 101111

Color Harmonies of #955974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955974

Black with #955974

Text Example


Text Example

White with #955974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955974; }

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

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

background-color css

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

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

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

border-color css

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

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

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