#996270

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

Shades of Mauve Taupe #996270

Tints of Mauve Taupe #996270

Color information

#996270 (or 0x996270) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 70. RGB value is (153,98,112). Sum of RGB (Red+Green+Blue) = 153+98+112=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #996270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996270 is #669D8F. Grayscale: #747474. Windows color (decimal): -6725008 or 7365273. OLE color: 7365273.

HSL color Cylindrical-coordinate representation of color #996270: hue angle of 344.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #996270 is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB15398112-
CMYK00.360.270.4
HSL344.73º21.91%49.22%-
HSV(B)344.73º35.95%60%-
XYZ20.4316.6817.47-
YUV116.04125.72154.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.15%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 112 (44.14% from 255) = 30.85%
R=42.15%
G=27.00%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539811200.360.270.4344.7321.9149.22
Hex9962700241B281591631
Octal23114216004433505312661
Binary100110011100010111000001001001101110100010101100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996270; }

 p { color: rgb(153,98,112); }

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

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

 a { background-color: rgb(153,98,112); }

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

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

 span { border-color: rgb(153,98,112); }

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