Html Css Color HEX #935A74 Mauve Taupe

📋 copy color: '#935A74'

red 147 ◦ green 90 ◦ blue 116

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

Shades of Mauve Taupe #935A74

Tints of Mauve Taupe #935A74

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.5%

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

R = 41.64%
G = 25.5%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#935A74 (or 0x935A74) is known color: Mauve Taupe. HEX triplet: 93, 5A and 74. RGB value is (147,90,116). Sum of RGB (Red+Green+Blue) = 147+90+116=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #935A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935A74 is #6CA58B. Grayscale: #6D6D6D. Windows color (decimal): -7120268 or 7625363. OLE color: 7625363.

HSL color Cylindrical-coordinate representation of color #935A74: hue angle of 332.63º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #935A74 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 90 116 -
CMYK 0 0.39 0.21 0.42
HSL 332.63º 0.24% 0.46% -
HSV(B) 332.63º 0.39% 0.58% -
XYZ 18.84 14.78 18.38 -
YUV 110.01 131.38 154.39 -
System Red Green Blue C M Y K H S L
Decimal 147 90 116 0 0.39 0.21 0.42 332.63 0.24 0.46
Hex 93 5A 74 0 27 15 2A 14D 18 2E
Octal 223 132 164 0 47 25 52 515 30 56
Binary 10010011 1011010 1110100 0 100111 10101 101010 101001101 11000 101110

Color Harmonies of #935A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935A74

Black with #935A74

Text Example


Text Example

White with #935A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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