Html Css Color HEX #935C68 Mauve Taupe

📋 copy color: '#935C68'

red 147 ◦ green 92 ◦ blue 104

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

Shades of Mauve Taupe #935C68

Tints of Mauve Taupe #935C68

RGB

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

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

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

R = 42.86%
G = 26.82%
B = 30.32%

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

#935C68 (or 0x935C68) is known color: Mauve Taupe. HEX triplet: 93, 5C and 68. RGB value is (147,92,104). Sum of RGB (Red+Green+Blue) = 147+92+104=343 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.86% from 343); Green value is 92 (36.33% from 255 or 26.82% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 147 - color contains mainly: red. Hex color #935C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C68 is #6CA397. Grayscale: #6D6D6D. Windows color (decimal): -7119768 or 6839443. OLE color: 6839443.

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

Color convert

RGB 147 92 104 -
CMYK 0 0.37 0.29 0.42
HSL 346.91º 0.23% 0.47% -
HSV(B) 346.91º 0.37% 0.58% -
XYZ 18.36 14.86 15 -
YUV 109.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 147 92 104 0 0.37 0.29 0.42 346.91 0.23 0.47
Hex 93 5C 68 0 25 1D 2A 15B 17 2F
Octal 223 134 150 0 45 35 52 533 27 57
Binary 10010011 1011100 1101000 0 100101 11101 101010 101011011 10111 101111

Color Harmonies of #935C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935C68

Black with #935C68

Text Example


Text Example

White with #935C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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