Html Css Color HEX #95606E Mauve Taupe

📋 copy color: '#95606E'

red 149 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #95606E

Tints of Mauve Taupe #95606E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 110 (43.36% from 255) = 30.99%

R = 41.97%
G = 27.04%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95606E (or 0x95606E) is known color: Mauve Taupe. HEX triplet: 95, 60 and 6E. RGB value is (149,96,110). Sum of RGB (Red+Green+Blue) = 149+96+110=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 110 (43.36% from 255 or 30.99% from 355); Max value from RGB is 149 - color contains mainly: red. Hex color #95606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95606E is #6A9F91. Grayscale: #717171. Windows color (decimal): -6987666 or 7233685. OLE color: 7233685.

HSL color Cylindrical-coordinate representation of color #95606E: hue angle of 344.15º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95606E is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 96 110 -
CMYK 0 0.36 0.26 0.42
HSL 344.15º 0.22% 0.48% -
HSV(B) 344.15º 0.36% 0.58% -
XYZ 19.39 15.88 16.8 -
YUV 113.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 149 96 110 0 0.36 0.26 0.42 344.15 0.22 0.48
Hex 95 60 6E 0 24 1A 2A 158 16 30
Octal 225 140 156 0 44 32 52 530 26 60
Binary 10010101 1100000 1101110 0 100100 11010 101010 101011000 10110 110000

Color Harmonies of #95606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95606E

Black with #95606E

Text Example


Text Example

White with #95606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95606E; }

 p { color: rgb(149,96,110); }

 H1.HeaderClassName
 {
   color: #95606E;
 }
 .AnyTagClassName
 {
   color: #95606E;
 }
</style>

background-color css

<style>
 a { background-color: #95606E; }

 a { background-color: rgb(149,96,110); }

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

border-color css

<style>
 span { border-color: #95606E; }

 span { border-color: rgb(149,96,110); }

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