#936268

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

Shades of Mauve Taupe #936268

Tints of Mauve Taupe #936268

Color information

#936268 (or 0x936268) is unknown color: approx Mauve Taupe. HEX triplet: 93, 62 and 68. RGB value is (147,98,104). Sum of RGB (Red+Green+Blue) = 147+98+104=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #936268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936268 is #6C9D97. Grayscale: #717171. Windows color (decimal): -7118232 or 6840979. OLE color: 6840979.

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

Color convert

RGB14798104-
CMYK00.330.290.42
HSL352.65º20%48.04%-
HSV(B)352.65º33.33%57.65%-
XYZ18.915.9415.18-
YUV113.33122.73152.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.12%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=42.12%
G=28.08%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479810400.330.290.42352.652048.04
Hex9362680211D2A1611430
Octal22314215004135525412460
Binary100100111100010110100001000011110110101010110000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936268; }

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

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

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

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

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

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

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

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