#936872

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

Shades of Mauve Taupe #936872

Tints of Mauve Taupe #936872

Color information

#936872 (or 0x936872) is unknown color: approx Mauve Taupe. HEX triplet: 93, 68 and 72. RGB value is (147,104,114). Sum of RGB (Red+Green+Blue) = 147+104+114=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #936872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936872 is #6C978D. Grayscale: #767676. Windows color (decimal): -7116686 or 7497875. OLE color: 7497875.

HSL color Cylindrical-coordinate representation of color #936872: hue angle of 346.05º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936872 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB147104114-
CMYK00.290.220.42
HSL346.05º17.13%49.22%-
HSV(B)346.05º29.25%57.65%-
XYZ20.0217.3218.21-
YUV118125.75148.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=40.27%
G=28.49%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710411400.290.220.42346.0517.1349.22
Hex93687201D162A15a1131
Octal22315016203526525322161
Binary10010011110100011100100111011011010101010101101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936872; }

 p { color: rgb(147,104,114); }

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

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

 a { background-color: rgb(147,104,114); }

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

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

 span { border-color: rgb(147,104,114); }

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