#936670

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

Shades of Mauve Taupe #936670

Tints of Mauve Taupe #936670

Color information

#936670 (or 0x936670) is unknown color: approx Mauve Taupe. HEX triplet: 93, 66 and 70. RGB value is (147,102,112). Sum of RGB (Red+Green+Blue) = 147+102+112=361 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.72% from 361); Green value is 102 (40.23% from 255 or 28.25% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 147 - color contains mainly: red. Hex color #936670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936670 is #6C998F. Grayscale: #747474. Windows color (decimal): -7117200 or 7366291. OLE color: 7366291.

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

Color convert

RGB147102112-
CMYK00.310.240.42
HSL346.67º18.07%48.82%-
HSV(B)346.67º30.61%57.65%-
XYZ19.7116.8817.55-
YUV116.6125.41149.69-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.72%
GREEN value IS 102 (40.23% from 255) = 28.25%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=40.72%
G=28.25%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710211200.310.240.42346.6718.0748.82
Hex93667001F182A15b1231
Octal22314616003730525332261
Binary10010011110011011100000111111100010101010101101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936670; }

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

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

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

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

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

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

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

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