Html Css Color HEX #95656F Mauve Taupe

📋 copy color: '#95656F'

red 149 ◦ green 101 ◦ blue 111

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

Shades of Mauve Taupe #95656F

Tints of Mauve Taupe #95656F

RGB

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

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

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

R = 41.27%
G = 27.98%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95656F (or 0x95656F) is known color: Mauve Taupe. HEX triplet: 95, 65 and 6F. RGB value is (149,101,111). Sum of RGB (Red+Green+Blue) = 149+101+111=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95656F is #6A9A90. Grayscale: #747474. Windows color (decimal): -6986385 or 7300501. OLE color: 7300501.

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

Color convert

RGB 149 101 111 -
CMYK 0 0.32 0.26 0.42
HSL 347.5º 0.19% 0.49% -
HSV(B) 347.5º 0.32% 0.58% -
XYZ 19.92 16.84 17.24 -
YUV 116.49 124.9 151.19 -
System Red Green Blue C M Y K H S L
Decimal 149 101 111 0 0.32 0.26 0.42 347.5 0.19 0.49
Hex 95 65 6F 0 20 1A 2A 15C 13 31
Octal 225 145 157 0 40 32 52 534 23 61
Binary 10010101 1100101 1101111 0 100000 11010 101010 101011100 10011 110001

Color Harmonies of #95656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95656F

Black with #95656F

Text Example


Text Example

White with #95656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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