Html Css Color HEX #95656A Mauve Taupe

📋 copy color: '#95656A'

red 149 ◦ green 101 ◦ blue 106

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

Shades of Mauve Taupe #95656A

Tints of Mauve Taupe #95656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 41.85%
G = 28.37%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95656A (or 0x95656A) is known color: Mauve Taupe. HEX triplet: 95, 65 and 6A. RGB value is (149,101,106). Sum of RGB (Red+Green+Blue) = 149+101+106=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95656A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95656A is #6A9A95. Grayscale: #737373. Windows color (decimal): -6986390 or 6972821. OLE color: 6972821.

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

Color convert

RGB 149 101 106 -
CMYK 0 0.32 0.29 0.42
HSL 353.75º 0.19% 0.49% -
HSV(B) 353.75º 0.32% 0.58% -
XYZ 19.65 16.74 15.83 -
YUV 115.92 122.4 151.59 -
System Red Green Blue C M Y K H S L
Decimal 149 101 106 0 0.32 0.29 0.42 353.75 0.19 0.49
Hex 95 65 6A 0 20 1D 2A 162 13 31
Octal 225 145 152 0 40 35 52 542 23 61
Binary 10010101 1100101 1101010 0 100000 11101 101010 101100010 10011 110001

Color Harmonies of #95656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95656A

Black with #95656A

Text Example


Text Example

White with #95656A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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