#996975

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

Shades of Mauve Taupe #996975

Tints of Mauve Taupe #996975

Color information

#996975 (or 0x996975) is unknown color: approx Mauve Taupe. HEX triplet: 99, 69 and 75. RGB value is (153,105,117). Sum of RGB (Red+Green+Blue) = 153+105+117=375 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.8% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 153 - color contains mainly: red. Hex color #996975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996975 is #66968A. Grayscale: #787878. Windows color (decimal): -6723211 or 7694745. OLE color: 7694745.

HSL color Cylindrical-coordinate representation of color #996975: hue angle of 345º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #996975 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB153105117-
CMYK00.310.240.4
HSL345º19.05%50.59%-
HSV(B)345º31.37%60%-
XYZ21.418.1619.21-
YUV120.72125.9151.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.8%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=40.8%
G=28%
B=31.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310511700.310.240.434519.0550.59
Hex99697501F18281591333
Octal23115116503730505312363
Binary10011001110100111101010111111100010100010101100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996975; }

 p { color: rgb(153,105,117); }

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

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

 a { background-color: rgb(153,105,117); }

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

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

 span { border-color: rgb(153,105,117); }

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