#936566

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

Shades of Mauve Taupe #936566

Tints of Mauve Taupe #936566

Color information

#936566 (or 0x936566) is unknown color: approx Mauve Taupe. HEX triplet: 93, 65 and 66. RGB value is (147,101,102). Sum of RGB (Red+Green+Blue) = 147+101+102=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #936566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936566 is #6C9A99. Grayscale: #727272. Windows color (decimal): -7117466 or 6710675. OLE color: 6710675.

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

Color convert

RGB147101102-
CMYK00.310.310.42
HSL358.7º18.55%48.63%-
HSV(B)358.7º31.29%57.65%-
XYZ19.0816.4714.74-
YUV114.87120.74150.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42%
GREEN value IS 101 (39.84% from 255) = 28.86%
BLUE value IS 102 (40.23% from 255) = 29.14%
R=42%
G=28.86%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710110200.310.310.42358.718.5548.63
Hex93656601F1F2A1671331
Octal22314514603737525472361
Binary10010011110010111001100111111111110101010110011110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936566; }

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

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

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

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

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

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

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

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