#936769

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

Shades of Mauve Taupe #936769

Tints of Mauve Taupe #936769

Color information

#936769 (or 0x936769) is unknown color: approx Mauve Taupe. HEX triplet: 93, 67 and 69. RGB value is (147,103,105). Sum of RGB (Red+Green+Blue) = 147+103+105=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 105 (41.41% from 255 or 29.58% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #936769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936769 is #6C9896. Grayscale: #747474. Windows color (decimal): -7116951 or 6907795. OLE color: 6907795.

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

Color convert

RGB147103105-
CMYK00.300.290.42
HSL357.27º17.6%49.02%-
HSV(B)357.27º29.93%57.65%-
XYZ19.4316.9215.61-
YUV116.38121.58149.84-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 105 (41.41% from 255) = 29.58%
R=41.41%
G=29.01%
B=29.58%

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
Decimal14710310500.300.290.42357.2717.649.02
Hex93676901E1D2A1651231
Octal22314715103635525452261
Binary10010011110011111010010111101110110101010110010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936769; }

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

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

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

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

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

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

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

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