#936768

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

Shades of Mauve Taupe #936768

Tints of Mauve Taupe #936768

Color information

#936768 (or 0x936768) is unknown color: approx Mauve Taupe. HEX triplet: 93, 67 and 68. RGB value is (147,103,104). Sum of RGB (Red+Green+Blue) = 147+103+104=354 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.53% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 147 - color contains mainly: red. Hex color #936768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936768 is #6C9897. Grayscale: #747474. Windows color (decimal): -7116952 or 6842259. OLE color: 6842259.

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

Color convert

RGB147103104-
CMYK00.300.290.42
HSL358.64º17.6%49.02%-
HSV(B)358.64º29.93%57.65%-
XYZ19.3816.915.34-
YUV116.27121.08149.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.53%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=41.53%
G=29.10%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710310400.300.290.42358.6417.649.02
Hex93676801E1D2A1671231
Octal22314715003635525472261
Binary10010011110011111010000111101110110101010110011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936768; }

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

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

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

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

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

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

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

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