Html Css Color HEX #935A6B Mauve Taupe

📋 copy color: '#935A6B'

red 147 ◦ green 90 ◦ blue 107

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

Shades of Mauve Taupe #935A6B

Tints of Mauve Taupe #935A6B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.16%

 BLUE value IS 107 (42.19% from 255) = 31.1%

R = 42.73%
G = 26.16%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#935A6B (or 0x935A6B) is known color: Mauve Taupe. HEX triplet: 93, 5A and 6B. RGB value is (147,90,107). Sum of RGB (Red+Green+Blue) = 147+90+107=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #935A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A6B is #6CA594. Grayscale: #6C6C6C. Windows color (decimal): -7120277 or 7035539. OLE color: 7035539.

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

Color convert

RGB 147 90 107 -
CMYK 0 0.39 0.27 0.42
HSL 342.11º 0.24% 0.46% -
HSV(B) 342.11º 0.39% 0.58% -
XYZ 18.34 14.58 15.76 -
YUV 108.98 126.88 155.12 -
System Red Green Blue C M Y K H S L
Decimal 147 90 107 0 0.39 0.27 0.42 342.11 0.24 0.46
Hex 93 5A 6B 0 27 1B 2A 156 18 2E
Octal 223 132 153 0 47 33 52 526 30 56
Binary 10010011 1011010 1101011 0 100111 11011 101010 101010110 11000 101110

Color Harmonies of #935A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935A6B

Black with #935A6B

Text Example


Text Example

White with #935A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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