#936466

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

Shades of Mauve Taupe #936466

Tints of Mauve Taupe #936466

Color information

#936466 (or 0x936466) is unknown color: approx Mauve Taupe. HEX triplet: 93, 64 and 66. RGB value is (147,100,102). Sum of RGB (Red+Green+Blue) = 147+100+102=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #936466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936466 is #6C9B99. Grayscale: #727272. Windows color (decimal): -7117722 or 6710419. OLE color: 6710419.

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

Color convert

RGB147100102-
CMYK00.320.310.42
HSL357.45º19.03%48.43%-
HSV(B)357.45º31.97%57.65%-
XYZ18.9916.2814.71-
YUV114.28121.07151.34-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 100 (39.45% from 255) = 28.65%
BLUE value IS 102 (40.23% from 255) = 29.23%
R=42.12%
G=28.65%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710010200.320.310.42357.4519.0348.43
Hex9364660201F2A1651330
Octal22314414604037525452360
Binary100100111100100110011001000001111110101010110010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936466; }

 p { color: rgb(147,100,102); }

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

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

 a { background-color: rgb(147,100,102); }

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

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

 span { border-color: rgb(147,100,102); }

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