#935C6B

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

Shades of Mauve Taupe #935C6B

Tints of Mauve Taupe #935C6B

Color information

#935C6B (or 0x935C6B) is unknown color: approx Mauve Taupe. HEX triplet: 93, 5C and 6B. RGB value is (147,92,107). Sum of RGB (Red+Green+Blue) = 147+92+107=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 107 (42.19% from 255 or 30.92% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C6B is #6CA394. Grayscale: #6E6E6E. Windows color (decimal): -7119765 or 7036051. OLE color: 7036051.

HSL color Cylindrical-coordinate representation of color #935C6B: hue angle of 343.64º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #935C6B is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14792107-
CMYK00.370.270.42
HSL343.64º23.01%46.86%-
HSV(B)343.64º37.41%57.65%-
XYZ18.5114.9215.81-
YUV110.16126.22154.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 42.49%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 107 (42.19% from 255) = 30.92%
R=42.49%
G=26.59%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479210700.370.270.42343.6423.0146.86
Hex935C6B0251B2A158172f
Octal22313415304533525302757
Binary100100111011100110101101001011101110101010101100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #935C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #935C6B; }

 p { color: rgb(147,92,107); }

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

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

 a { background-color: rgb(147,92,107); }

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

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

 span { border-color: rgb(147,92,107); }

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