Html Css Color HEX #935C65 Mauve Taupe

📋 copy color: '#935C65'

red 147 ◦ green 92 ◦ blue 101

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

Shades of Mauve Taupe #935C65

Tints of Mauve Taupe #935C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.71%

R = 43.24%
G = 27.06%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#935C65 (or 0x935C65) is known color: Mauve Taupe. HEX triplet: 93, 5C and 65. RGB value is (147,92,101). Sum of RGB (Red+Green+Blue) = 147+92+101=340 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.24% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 147 - color contains mainly: red. Hex color #935C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935C65 is #6CA39A. Grayscale: #6D6D6D. Windows color (decimal): -7119771 or 6642835. OLE color: 6642835.

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

Color convert

RGB 147 92 101 -
CMYK 0 0.37 0.31 0.42
HSL 350.18º 0.23% 0.47% -
HSV(B) 350.18º 0.37% 0.58% -
XYZ 18.21 14.8 14.21 -
YUV 109.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 147 92 101 0 0.37 0.31 0.42 350.18 0.23 0.47
Hex 93 5C 65 0 25 1F 2A 15E 17 2F
Octal 223 134 145 0 45 37 52 536 27 57
Binary 10010011 1011100 1100101 0 100101 11111 101010 101011110 10111 101111

Color Harmonies of #935C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935C65

Black with #935C65

Text Example


Text Example

White with #935C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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