#995376

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

Shades of Mauve Taupe #995376

Tints of Mauve Taupe #995376

Color information

#995376 (or 0x995376) is unknown color: approx Mauve Taupe. HEX triplet: 99, 53 and 76. RGB value is (153,83,118). Sum of RGB (Red+Green+Blue) = 153+83+118=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 118 (46.48% from 255 or 33.33% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #995376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995376 is #66AC89. Grayscale: #6B6B6B. Windows color (decimal): -6728842 or 7754649. OLE color: 7754649.

HSL color Cylindrical-coordinate representation of color #995376: hue angle of 330º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995376 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15383118-
CMYK00.460.230.4
HSL330º29.66%46.27%-
HSV(B)330º45.75%60%-
XYZ19.514.2718.87-
YUV107.92133.69160.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 118 (46.48% from 255) = 33.33%
R=43.22%
G=23.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538311800.460.230.433029.6646.27
Hex99537602E172814a1e2e
Octal23112316605627505123656
Binary100110011010011111011001011101011110100010100101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995376; }

 p { color: rgb(153,83,118); }

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

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

 a { background-color: rgb(153,83,118); }

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

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

 span { border-color: rgb(153,83,118); }

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