Html Css Color HEX #935C6C Mauve Taupe

📋 copy color: '#935C6C'

red 147 ◦ green 92 ◦ blue 108

#935C6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #935C6C

Tints of Mauve Taupe #935C6C

RGB

 RED value IS 147 (57.81% from 255) = 42.36%

 GREEN value IS 92 (36.33% from 255) = 26.51%

 BLUE value IS 108 (42.58% from 255) = 31.12%

R = 42.36%
G = 26.51%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#935C6C (or 0x935C6C) is known color: Mauve Taupe. HEX triplet: 93, 5C and 6C. RGB value is (147,92,108). Sum of RGB (Red+Green+Blue) = 147+92+108=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C6C is #6CA393. Grayscale: #6E6E6E. Windows color (decimal): -7119764 or 7101587. OLE color: 7101587.

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

Color convert

RGB 147 92 108 -
CMYK 0 0.37 0.27 0.42
HSL 342.55º 0.23% 0.47% -
HSV(B) 342.55º 0.37% 0.58% -
XYZ 18.57 14.94 16.09 -
YUV 110.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 147 92 108 0 0.37 0.27 0.42 342.55 0.23 0.47
Hex 93 5C 6C 0 25 1B 2A 157 17 2F
Octal 223 134 154 0 45 33 52 527 27 57
Binary 10010011 1011100 1101100 0 100101 11011 101010 101010111 10111 101111

Color Harmonies of #935C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935C6C

Black with #935C6C

Text Example


Text Example

White with #935C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #935C6C;
 }
 .AnyTagClassName
 {
   color: #935C6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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