Html Css Color HEX #935D68 Mauve Taupe

📋 copy color: '#935D68'

red 147 ◦ green 93 ◦ blue 104

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

Shades of Mauve Taupe #935D68

Tints of Mauve Taupe #935D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 42.73%
G = 27.03%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#935D68 (or 0x935D68) is known color: Mauve Taupe. HEX triplet: 93, 5D and 68. RGB value is (147,93,104). Sum of RGB (Red+Green+Blue) = 147+93+104=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #935D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935D68 is #6CA297. Grayscale: #6E6E6E. Windows color (decimal): -7119512 or 6839699. OLE color: 6839699.

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

Color convert

RGB 147 93 104 -
CMYK 0 0.37 0.29 0.42
HSL 347.78º 0.23% 0.47% -
HSV(B) 347.78º 0.37% 0.58% -
XYZ 18.45 15.03 15.03 -
YUV 110.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 147 93 104 0 0.37 0.29 0.42 347.78 0.23 0.47
Hex 93 5D 68 0 25 1D 2A 15C 16 2F
Octal 223 135 150 0 45 35 52 534 26 57
Binary 10010011 1011101 1101000 0 100101 11101 101010 101011100 10110 101111

Color Harmonies of #935D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935D68

Black with #935D68

Text Example


Text Example

White with #935D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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