#936061

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

Shades of Mauve Taupe #936061

Tints of Mauve Taupe #936061

Color information

#936061 (or 0x936061) is unknown color: approx Mauve Taupe. HEX triplet: 93, 60 and 61. RGB value is (147,96,97). Sum of RGB (Red+Green+Blue) = 147+96+97=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 97 (38.28% from 255 or 28.53% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #936061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936061 is #6C9F9E. Grayscale: #6F6F6F. Windows color (decimal): -7118751 or 6381715. OLE color: 6381715.

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

Color convert

RGB1479697-
CMYK00.350.340.42
HSL358.82º20.99%47.65%-
HSV(B)358.82º34.69%57.65%-
XYZ18.3715.4313.32-
YUV111.36119.9153.42-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.24%
GREEN value IS 96 (37.89% from 255) = 28.24%
BLUE value IS 97 (38.28% from 255) = 28.53%
R=43.24%
G=28.24%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147969700.350.340.42358.8220.9947.65
Hex936061023222A1671530
Octal22314014104342525472560
Binary1001001111000001100001010001110001010101010110011110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936061; }

 p { color: rgb(147,96,97); }

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

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

 a { background-color: rgb(147,96,97); }

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

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

 span { border-color: rgb(147,96,97); }

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