#936971

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

Shades of Mauve Taupe #936971

Tints of Mauve Taupe #936971

Color information

#936971 (or 0x936971) is unknown color: approx Mauve Taupe. HEX triplet: 93, 69 and 71. RGB value is (147,105,113). Sum of RGB (Red+Green+Blue) = 147+105+113=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #936971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936971 is #6C968E. Grayscale: #767676. Windows color (decimal): -7116431 or 7432595. OLE color: 7432595.

HSL color Cylindrical-coordinate representation of color #936971: hue angle of 348.57º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936971 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB147105113-
CMYK00.290.230.42
HSL348.57º16.67%49.41%-
HSV(B)348.57º28.57%57.65%-
XYZ20.0617.517.94-
YUV118.47124.91148.35-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.27%
GREEN value IS 105 (41.41% from 255) = 28.77%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=40.27%
G=28.77%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710511300.290.230.42348.5716.6749.41
Hex93697101D172A15d1131
Octal22315116103527525352161
Binary10010011110100111100010111011011110101010101110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936971; }

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

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

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

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

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

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

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

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