Html Css Color HEX #95636F Mauve Taupe

📋 copy color: '#95636F'

red 149 ◦ green 99 ◦ blue 111

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

Shades of Mauve Taupe #95636F

Tints of Mauve Taupe #95636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 41.5%
G = 27.58%
B = 30.92%

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

#95636F (or 0x95636F) is known color: Mauve Taupe. HEX triplet: 95, 63 and 6F. RGB value is (149,99,111). Sum of RGB (Red+Green+Blue) = 149+99+111=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95636F is #6A9C90. Grayscale: #737373. Windows color (decimal): -6986897 or 7299989. OLE color: 7299989.

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

Color convert

RGB 149 99 111 -
CMYK 0 0.34 0.26 0.42
HSL 345.6º 0.2% 0.49% -
HSV(B) 345.6º 0.34% 0.58% -
XYZ 19.73 16.46 17.18 -
YUV 115.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 149 99 111 0 0.34 0.26 0.42 345.6 0.2 0.49
Hex 95 63 6F 0 22 1A 2A 15A 14 31
Octal 225 143 157 0 42 32 52 532 24 61
Binary 10010101 1100011 1101111 0 100010 11010 101010 101011010 10100 110001

Color Harmonies of #95636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95636F

Black with #95636F

Text Example


Text Example

White with #95636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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