#996269

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

Shades of Mauve Taupe #996269

Tints of Mauve Taupe #996269

Color information

#996269 (or 0x996269) is unknown color: approx Mauve Taupe. HEX triplet: 99, 62 and 69. RGB value is (153,98,105). Sum of RGB (Red+Green+Blue) = 153+98+105=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #996269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996269 is #669D96. Grayscale: #737373. Windows color (decimal): -6725015 or 6906521. OLE color: 6906521.

HSL color Cylindrical-coordinate representation of color #996269: hue angle of 352.36º 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 #996269 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB15398105-
CMYK00.360.310.4
HSL352.36º21.91%49.22%-
HSV(B)352.36º35.95%60%-
XYZ20.0516.5315.5-
YUV115.24122.22154.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.98%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=42.98%
G=27.53%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539810500.360.310.4352.3621.9149.22
Hex9962690241F281601631
Octal23114215104437505402661
Binary100110011100010110100101001001111110100010110000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996269; }

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

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

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

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

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

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

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

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