#996069

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

Shades of Mauve Taupe #996069

Tints of Mauve Taupe #996069

Color information

#996069 (or 0x996069) is unknown color: approx Mauve Taupe. HEX triplet: 99, 60 and 69. RGB value is (153,96,105). Sum of RGB (Red+Green+Blue) = 153+96+105=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 105 (41.41% from 255 or 29.66% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #996069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996069 is #669F96. Grayscale: #727272. Windows color (decimal): -6725527 or 6906009. OLE color: 6906009.

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

Color convert

RGB15396105-
CMYK00.370.310.4
HSL350.53º22.89%48.82%-
HSV(B)350.53º37.25%60%-
XYZ19.8716.1615.44-
YUV114.07122.88155.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.22%
GREEN value IS 96 (37.89% from 255) = 27.12%
BLUE value IS 105 (41.41% from 255) = 29.66%
R=43.22%
G=27.12%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.31
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539610500.370.310.4350.5322.8948.82
Hex9960690251F2815f1731
Octal23114015104537505372761
Binary100110011100000110100101001011111110100010101111110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996069; }

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

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

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

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

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

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

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

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