Html Css Color HEX #935E74 Mauve Taupe

📋 copy color: '#935E74'

red 147 ◦ green 94 ◦ blue 116

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

Shades of Mauve Taupe #935E74

Tints of Mauve Taupe #935E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 41.18%
G = 26.33%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#935E74 (or 0x935E74) is known color: Mauve Taupe. HEX triplet: 93, 5E and 74. RGB value is (147,94,116). Sum of RGB (Red+Green+Blue) = 147+94+116=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #935E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E74 is #6CA18B. Grayscale: #707070. Windows color (decimal): -7119244 or 7626387. OLE color: 7626387.

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

Color convert

RGB 147 94 116 -
CMYK 0 0.36 0.21 0.42
HSL 335.09º 0.22% 0.47% -
HSV(B) 335.09º 0.36% 0.58% -
XYZ 19.19 15.47 18.5 -
YUV 112.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 147 94 116 0 0.36 0.21 0.42 335.09 0.22 0.47
Hex 93 5E 74 0 24 15 2A 14F 16 2F
Octal 223 136 164 0 44 25 52 517 26 57
Binary 10010011 1011110 1110100 0 100100 10101 101010 101001111 10110 101111

Color Harmonies of #935E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935E74

Black with #935E74

Text Example


Text Example

White with #935E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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