Html Css Color HEX #935E64 Mauve Taupe

📋 copy color: '#935E64'

red 147 ◦ green 94 ◦ blue 100

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

Shades of Mauve Taupe #935E64

Tints of Mauve Taupe #935E64

RGB

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

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

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

R = 43.11%
G = 27.57%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#935E64 (or 0x935E64) is known color: Mauve Taupe. HEX triplet: 93, 5E and 64. RGB value is (147,94,100). Sum of RGB (Red+Green+Blue) = 147+94+100=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #935E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E64 is #6CA19B. Grayscale: #6E6E6E. Windows color (decimal): -7119260 or 6577811. OLE color: 6577811.

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

Color convert

RGB 147 94 100 -
CMYK 0 0.36 0.32 0.42
HSL 353.21º 0.22% 0.47% -
HSV(B) 353.21º 0.36% 0.58% -
XYZ 18.34 15.13 14.01 -
YUV 110.53 122.06 154.01 -
System Red Green Blue C M Y K H S L
Decimal 147 94 100 0 0.36 0.32 0.42 353.21 0.22 0.47
Hex 93 5E 64 0 24 20 2A 161 16 2F
Octal 223 136 144 0 44 40 52 541 26 57
Binary 10010011 1011110 1100100 0 100100 100000 101010 101100001 10110 101111

Color Harmonies of #935E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E64

Black with #935E64

Text Example


Text Example

White with #935E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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