Html Css Color HEX #935C6A Mauve Taupe

📋 copy color: '#935C6A'

red 147 ◦ green 92 ◦ blue 106

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

Shades of Mauve Taupe #935C6A

Tints of Mauve Taupe #935C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 42.61%
G = 26.67%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#935C6A (or 0x935C6A) is known color: Mauve Taupe. HEX triplet: 93, 5C and 6A. RGB value is (147,92,106). Sum of RGB (Red+Green+Blue) = 147+92+106=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #935C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C6A is #6CA395. Grayscale: #6E6E6E. Windows color (decimal): -7119766 or 6970515. OLE color: 6970515.

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

Color convert

RGB 147 92 106 -
CMYK 0 0.37 0.28 0.42
HSL 344.73º 0.23% 0.47% -
HSV(B) 344.73º 0.37% 0.58% -
XYZ 18.46 14.9 15.54 -
YUV 110.04 125.72 154.36 -
System Red Green Blue C M Y K H S L
Decimal 147 92 106 0 0.37 0.28 0.42 344.73 0.23 0.47
Hex 93 5C 6A 0 25 1C 2A 159 17 2F
Octal 223 134 152 0 45 34 52 531 27 57
Binary 10010011 1011100 1101010 0 100101 11100 101010 101011001 10111 101111

Color Harmonies of #935C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935C6A

Black with #935C6A

Text Example


Text Example

White with #935C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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