Html Css Color HEX #935D64 Mauve Taupe

📋 copy color: '#935D64'

red 147 ◦ green 93 ◦ blue 100

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

Shades of Mauve Taupe #935D64

Tints of Mauve Taupe #935D64

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

 BLUE value IS 100 (39.45% from 255) = 29.41%

R = 43.24%
G = 27.35%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#935D64 (or 0x935D64) is known color: Mauve Taupe. HEX triplet: 93, 5D and 64. RGB value is (147,93,100). Sum of RGB (Red+Green+Blue) = 147+93+100=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #935D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D64 is #6CA29B. Grayscale: #6D6D6D. Windows color (decimal): -7119516 or 6577555. OLE color: 6577555.

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

Color convert

RGB 147 93 100 -
CMYK 0 0.37 0.32 0.42
HSL 352.22º 0.23% 0.47% -
HSV(B) 352.22º 0.37% 0.58% -
XYZ 18.25 14.95 13.98 -
YUV 109.94 122.39 154.43 -
System Red Green Blue C M Y K H S L
Decimal 147 93 100 0 0.37 0.32 0.42 352.22 0.23 0.47
Hex 93 5D 64 0 25 20 2A 160 16 2F
Octal 223 135 144 0 45 40 52 540 26 57
Binary 10010011 1011101 1100100 0 100101 100000 101010 101100000 10110 101111

Color Harmonies of #935D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935D64

Black with #935D64

Text Example


Text Example

White with #935D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,93,100); }

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

background-color css

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

 a { background-color: rgb(147,93,100); }

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

border-color css

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

 span { border-color: rgb(147,93,100); }

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