#995C74

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

Shades of Mauve Taupe #995C74

Tints of Mauve Taupe #995C74

Color information

#995C74 (or 0x995C74) is unknown color: approx Mauve Taupe. HEX triplet: 99, 5C and 74. RGB value is (153,92,116). Sum of RGB (Red+Green+Blue) = 153+92+116=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #995C74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995C74 is #66A38B. Grayscale: #707070. Windows color (decimal): -6726540 or 7625881. OLE color: 7625881.

HSL color Cylindrical-coordinate representation of color #995C74: hue angle of 336.39º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C74 is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB15392116-
CMYK00.400.240.4
HSL336.39º24.9%48.04%-
HSV(B)336.39º39.87%60%-
XYZ20.1215.6918.49-
YUV112.98129.71156.55-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.38%
GREEN value IS 92 (36.33% from 255) = 25.48%
BLUE value IS 116 (45.70% from 255) = 32.13%
R=42.38%
G=25.48%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539211600.400.240.4336.3924.948.04
Hex995C7402818281501930
Octal23113416405030505203160
Binary100110011011100111010001010001100010100010101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995C74; }

 p { color: rgb(153,92,116); }

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

<style>
 a { background-color: #995C74; }

 a { background-color: rgb(153,92,116); }

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

<style>
 span { border-color: #995C74; }

 span { border-color: rgb(153,92,116); }

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