Html Css Color HEX #95656B Mauve Taupe

📋 copy color: '#95656B'

red 149 ◦ green 101 ◦ blue 107

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

Shades of Mauve Taupe #95656B

Tints of Mauve Taupe #95656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 41.74%
G = 28.29%
B = 29.97%

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

#95656B (or 0x95656B) is known color: Mauve Taupe. HEX triplet: 95, 65 and 6B. RGB value is (149,101,107). Sum of RGB (Red+Green+Blue) = 149+101+107=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 149 - color contains mainly: red. Hex color #95656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95656B is #6A9A94. Grayscale: #747474. Windows color (decimal): -6986389 or 7038357. OLE color: 7038357.

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

Color convert

RGB 149 101 107 -
CMYK 0 0.32 0.28 0.42
HSL 352.5º 0.19% 0.49% -
HSV(B) 352.5º 0.32% 0.58% -
XYZ 19.7 16.76 16.11 -
YUV 116.04 122.9 151.51 -
System Red Green Blue C M Y K H S L
Decimal 149 101 107 0 0.32 0.28 0.42 352.5 0.19 0.49
Hex 95 65 6B 0 20 1C 2A 160 13 31
Octal 225 145 153 0 40 34 52 540 23 61
Binary 10010101 1100101 1101011 0 100000 11100 101010 101100000 10011 110001

Color Harmonies of #95656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95656B

Black with #95656B

Text Example


Text Example

White with #95656B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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