#936576

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

Shades of Mauve Taupe #936576

Tints of Mauve Taupe #936576

Color information

#936576 (or 0x936576) is unknown color: approx Mauve Taupe. HEX triplet: 93, 65 and 76. RGB value is (147,101,118). Sum of RGB (Red+Green+Blue) = 147+101+118=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936576 is #6C9A89. Grayscale: #747474. Windows color (decimal): -7117450 or 7759251. OLE color: 7759251.

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

Color convert

RGB147101118-
CMYK00.310.200.42
HSL337.83º18.55%48.63%-
HSV(B)337.83º31.29%57.65%-
XYZ19.9616.8219.33-
YUV116.69128.74149.62-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 101 (39.84% from 255) = 27.60%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=40.16%
G=27.60%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710111800.310.200.42337.8318.5548.63
Hex93657601F142A1521331
Octal22314516603724525222361
Binary10010011110010111101100111111010010101010101001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936576; }

 p { color: rgb(147,101,118); }

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

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

 a { background-color: rgb(147,101,118); }

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

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

 span { border-color: rgb(147,101,118); }

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