Html Css Color HEX #95656C Mauve Taupe

📋 copy color: '#95656C'

red 149 ◦ green 101 ◦ blue 108

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

Shades of Mauve Taupe #95656C

Tints of Mauve Taupe #95656C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

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

R = 41.62%
G = 28.21%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95656C (or 0x95656C) is known color: Mauve Taupe. HEX triplet: 95, 65 and 6C. RGB value is (149,101,108). Sum of RGB (Red+Green+Blue) = 149+101+108=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95656C is #6A9A93. Grayscale: #747474. Windows color (decimal): -6986388 or 7103893. OLE color: 7103893.

HSL color Cylindrical-coordinate representation of color #95656C: hue angle of 351.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95656C is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 101 108 -
CMYK 0 0.32 0.28 0.42
HSL 351.25º 0.19% 0.49% -
HSV(B) 351.25º 0.32% 0.58% -
XYZ 19.75 16.78 16.38 -
YUV 116.15 123.4 151.43 -
System Red Green Blue C M Y K H S L
Decimal 149 101 108 0 0.32 0.28 0.42 351.25 0.19 0.49
Hex 95 65 6C 0 20 1C 2A 15F 13 31
Octal 225 145 154 0 40 34 52 537 23 61
Binary 10010101 1100101 1101100 0 100000 11100 101010 101011111 10011 110001

Color Harmonies of #95656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95656C

Black with #95656C

Text Example


Text Example

White with #95656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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