Html Css Color HEX #935B6C Mauve Taupe

📋 copy color: '#935B6C'

red 147 ◦ green 91 ◦ blue 108

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

Shades of Mauve Taupe #935B6C

Tints of Mauve Taupe #935B6C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.3%

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

R = 42.49%
G = 26.3%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#935B6C (or 0x935B6C) is known color: Mauve Taupe. HEX triplet: 93, 5B and 6C. RGB value is (147,91,108). Sum of RGB (Red+Green+Blue) = 147+91+108=346 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.49% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 147 - color contains mainly: red. Hex color #935B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935B6C is #6CA493. Grayscale: #6D6D6D. Windows color (decimal): -7120020 or 7101331. OLE color: 7101331.

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

Color convert

RGB 147 91 108 -
CMYK 0 0.38 0.27 0.42
HSL 341.79º 0.24% 0.47% -
HSV(B) 341.79º 0.38% 0.58% -
XYZ 18.48 14.77 16.06 -
YUV 109.68 127.05 154.62 -
System Red Green Blue C M Y K H S L
Decimal 147 91 108 0 0.38 0.27 0.42 341.79 0.24 0.47
Hex 93 5B 6C 0 26 1B 2A 156 18 2F
Octal 223 133 154 0 46 33 52 526 30 57
Binary 10010011 1011011 1101100 0 100110 11011 101010 101010110 11000 101111

Color Harmonies of #935B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935B6C

Black with #935B6C

Text Example


Text Example

White with #935B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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