Html Css Color HEX #95596C Mauve Taupe

📋 copy color: '#95596C'

red 149 ◦ green 89 ◦ blue 108

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

Shades of Mauve Taupe #95596C

Tints of Mauve Taupe #95596C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 43.06%
G = 25.72%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95596C (or 0x95596C) is known color: Mauve Taupe. HEX triplet: 95, 59 and 6C. RGB value is (149,89,108). Sum of RGB (Red+Green+Blue) = 149+89+108=346 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.06% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 149 - color contains mainly: red. Hex color #95596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95596C is #6AA693. Grayscale: #6D6D6D. Windows color (decimal): -6989460 or 7100821. OLE color: 7100821.

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

Color convert

RGB 149 89 108 -
CMYK 0 0.40 0.28 0.42
HSL 341º 0.25% 0.47% -
HSV(B) 341º 0.4% 0.58% -
XYZ 18.67 14.62 16.02 -
YUV 109.11 127.38 156.46 -
System Red Green Blue C M Y K H S L
Decimal 149 89 108 0 0.40 0.28 0.42 341 0.25 0.47
Hex 95 59 6C 0 28 1C 2A 155 19 2F
Octal 225 131 154 0 50 34 52 525 31 57
Binary 10010101 1011001 1101100 0 101000 11100 101010 101010101 11001 101111

Color Harmonies of #95596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95596C

Black with #95596C

Text Example


Text Example

White with #95596C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95596C; }

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

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

background-color css

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

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

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

border-color css

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

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

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