#936568

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

Shades of Mauve Taupe #936568

Tints of Mauve Taupe #936568

Color information

#936568 (or 0x936568) is unknown color: approx Mauve Taupe. HEX triplet: 93, 65 and 68. RGB value is (147,101,104). Sum of RGB (Red+Green+Blue) = 147+101+104=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #936568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936568 is #6C9A97. Grayscale: #737373. Windows color (decimal): -7117464 or 6841747. OLE color: 6841747.

HSL color Cylindrical-coordinate representation of color #936568: hue angle of 356.09º 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 #936568 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB147101104-
CMYK00.310.290.42
HSL356.09º18.55%48.63%-
HSV(B)356.09º31.29%57.65%-
XYZ19.1816.5115.27-
YUV115.1121.74150.76-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=41.76%
G=28.69%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710110400.310.290.42356.0918.5548.63
Hex93656801F1D2A1641331
Octal22314515003735525442361
Binary10010011110010111010000111111110110101010110010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936568; }

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

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

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

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

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

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

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

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