#996875

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

Shades of Mauve Taupe #996875

Tints of Mauve Taupe #996875

Color information

#996875 (or 0x996875) is unknown color: approx Mauve Taupe. HEX triplet: 99, 68 and 75. RGB value is (153,104,117). Sum of RGB (Red+Green+Blue) = 153+104+117=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #996875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996875 is #66978A. Grayscale: #787878. Windows color (decimal): -6723467 or 7694489. OLE color: 7694489.

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

Color convert

RGB153104117-
CMYK00.320.240.4
HSL344.08º19.37%50.39%-
HSV(B)344.08º32.03%60%-
XYZ21.317.9619.17-
YUV120.13126.23151.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.91%
GREEN value IS 104 (41.02% from 255) = 27.81%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=40.91%
G=27.81%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310411700.320.240.4344.0819.3750.39
Hex99687502018281581332
Octal23115016504030505302362
Binary100110011101000111010101000001100010100010101100010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996875; }

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

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

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

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

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

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

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

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