Html Css Color HEX #95636E Mauve Taupe

📋 copy color: '#95636E'

red 149 ◦ green 99 ◦ blue 110

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

Shades of Mauve Taupe #95636E

Tints of Mauve Taupe #95636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 41.62%
G = 27.65%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95636E (or 0x95636E) is known color: Mauve Taupe. HEX triplet: 95, 63 and 6E. RGB value is (149,99,110). Sum of RGB (Red+Green+Blue) = 149+99+110=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95636E is #6A9C91. Grayscale: #737373. Windows color (decimal): -6986898 or 7234453. OLE color: 7234453.

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

Color convert

RGB 149 99 110 -
CMYK 0 0.34 0.26 0.42
HSL 346.8º 0.2% 0.49% -
HSV(B) 346.8º 0.34% 0.58% -
XYZ 19.67 16.44 16.89 -
YUV 115.2 125.07 152.11 -
System Red Green Blue C M Y K H S L
Decimal 149 99 110 0 0.34 0.26 0.42 346.8 0.2 0.49
Hex 95 63 6E 0 22 1A 2A 15B 14 31
Octal 225 143 156 0 42 32 52 533 24 61
Binary 10010101 1100011 1101110 0 100010 11010 101010 101011011 10100 110001

Color Harmonies of #95636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95636E

Black with #95636E

Text Example


Text Example

White with #95636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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