#936165

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

Shades of Mauve Taupe #936165

Tints of Mauve Taupe #936165

Color information

#936165 (or 0x936165) is unknown color: approx Mauve Taupe. HEX triplet: 93, 61 and 65. RGB value is (147,97,101). Sum of RGB (Red+Green+Blue) = 147+97+101=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #936165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936165 is #6C9E9A. Grayscale: #707070. Windows color (decimal): -7118491 or 6644115. OLE color: 6644115.

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

Color convert

RGB14797101-
CMYK00.340.310.42
HSL355.2º20.49%47.84%-
HSV(B)355.2º34.01%57.65%-
XYZ18.6615.6914.36-
YUV112.41121.56152.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.61%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=42.61%
G=28.12%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479710100.340.310.42355.220.4947.84
Hex9361650221F2A1631430
Octal22314114504237525432460
Binary100100111100001110010101000101111110101010110001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936165; }

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

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

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

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

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

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

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

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