Html Css Color HEX #95646E Mauve Taupe

📋 copy color: '#95646E'

red 149 ◦ green 100 ◦ blue 110

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

Shades of Mauve Taupe #95646E

Tints of Mauve Taupe #95646E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.86%

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 41.5%
G = 27.86%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95646E (or 0x95646E) is known color: Mauve Taupe. HEX triplet: 95, 64 and 6E. RGB value is (149,100,110). Sum of RGB (Red+Green+Blue) = 149+100+110=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95646E is #6A9B91. Grayscale: #737373. Windows color (decimal): -6986642 or 7234709. OLE color: 7234709.

HSL color Cylindrical-coordinate representation of color #95646E: hue angle of 347.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #95646E is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 110 -
CMYK 0 0.33 0.26 0.42
HSL 347.76º 0.2% 0.49% -
HSV(B) 347.76º 0.33% 0.58% -
XYZ 19.77 16.63 16.92 -
YUV 115.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 149 100 110 0 0.33 0.26 0.42 347.76 0.2 0.49
Hex 95 64 6E 0 21 1A 2A 15C 14 31
Octal 225 144 156 0 41 32 52 534 24 61
Binary 10010101 1100100 1101110 0 100001 11010 101010 101011100 10100 110001

Color Harmonies of #95646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95646E

Black with #95646E

Text Example


Text Example

White with #95646E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95646E; }

 p { color: rgb(149,100,110); }

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

background-color css

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

 a { background-color: rgb(149,100,110); }

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

border-color css

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

 span { border-color: rgb(149,100,110); }

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