Html Css Color HEX #935E65 Mauve Taupe

📋 copy color: '#935E65'

red 147 ◦ green 94 ◦ blue 101

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

Shades of Mauve Taupe #935E65

Tints of Mauve Taupe #935E65

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.49%

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

R = 42.98%
G = 27.49%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#935E65 (or 0x935E65) is known color: Mauve Taupe. HEX triplet: 93, 5E and 65. RGB value is (147,94,101). Sum of RGB (Red+Green+Blue) = 147+94+101=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #935E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E65 is #6CA19A. Grayscale: #6E6E6E. Windows color (decimal): -7119259 or 6643347. OLE color: 6643347.

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

Color convert

RGB 147 94 101 -
CMYK 0 0.36 0.31 0.42
HSL 352.08º 0.22% 0.47% -
HSV(B) 352.08º 0.36% 0.58% -
XYZ 18.38 15.15 14.27 -
YUV 110.65 122.56 153.93 -
System Red Green Blue C M Y K H S L
Decimal 147 94 101 0 0.36 0.31 0.42 352.08 0.22 0.47
Hex 93 5E 65 0 24 1F 2A 160 16 2F
Octal 223 136 145 0 44 37 52 540 26 57
Binary 10010011 1011110 1100101 0 100100 11111 101010 101100000 10110 101111

Color Harmonies of #935E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E65

Black with #935E65

Text Example


Text Example

White with #935E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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