#996367

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

Shades of Mauve Taupe #996367

Tints of Mauve Taupe #996367

Color information

#996367 (or 0x996367) is unknown color: approx Mauve Taupe. HEX triplet: 99, 63 and 67. RGB value is (153,99,103). Sum of RGB (Red+Green+Blue) = 153+99+103=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 103 (40.62% from 255 or 29.01% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996367 is #669C98. Grayscale: #737373. Windows color (decimal): -6724761 or 6775705. OLE color: 6775705.

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

Color convert

RGB15399103-
CMYK00.350.330.4
HSL355.56º21.43%49.41%-
HSV(B)355.56º35.29%60%-
XYZ20.0516.6814.99-
YUV115.6120.89154.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 103 (40.62% from 255) = 29.01%
R=43.10%
G=27.89%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539910300.350.330.4355.5621.4349.41
Hex99636702321281641531
Octal23114314704341505442561
Binary1001100111000111100111010001110000110100010110010010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996367; }

 p { color: rgb(153,99,103); }

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

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

 a { background-color: rgb(153,99,103); }

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

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

 span { border-color: rgb(153,99,103); }

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