#95606A

Color #95606A Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #95606A

Tints of Mauve Taupe #95606A

Color information

#95606A (or 0x95606A) is unknown color: approx Mauve Taupe. HEX triplet: 95, 60 and 6A. RGB value is (149,96,106). Sum of RGB (Red+Green+Blue) = 149+96+106=351 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.45% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 149 - color contains mainly: red. Hex color #95606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95606A is #6A9F95. Grayscale: #717171. Windows color (decimal): -6987670 or 6971541. OLE color: 6971541.

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

Color convert

RGB14996106-
CMYK00.360.290.42
HSL348.68º21.63%48.04%-
HSV(B)348.68º35.57%58.43%-
XYZ19.1815.815.67-
YUV112.99124.06153.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.45%
GREEN value IS 96 (37.89% from 255) = 27.35%
BLUE value IS 106 (41.80% from 255) = 30.20%
R=42.45%
G=27.35%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1499610600.360.290.42348.6821.6348.04
Hex95606A0241D2A15d1630
Octal22514015204435525352660
Binary100101011100000110101001001001110110101010101110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95606A;
 }
 .AnyTagClassName
 {
   color: #95606A;
 }
</style>
background-color css

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

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

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

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

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

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