Html Css Color HEX #935975 Mauve Taupe

📋 copy color: '#935975'

red 147 ◦ green 89 ◦ blue 117

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

Shades of Mauve Taupe #935975

Tints of Mauve Taupe #935975

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 41.64%
G = 25.21%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#935975 (or 0x935975) is known color: Mauve Taupe. HEX triplet: 93, 59 and 75. RGB value is (147,89,117). Sum of RGB (Red+Green+Blue) = 147+89+117=353 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.64% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 147 - color contains mainly: red. Hex color #935975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935975 is #6CA68A. Grayscale: #6D6D6D. Windows color (decimal): -7120523 or 7690643. OLE color: 7690643.

HSL color Cylindrical-coordinate representation of color #935975: hue angle of 331.03º degrees, saturation: 0.25, 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 #935975 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 89 117 -
CMYK 0 0.39 0.20 0.42
HSL 331.03º 0.25% 0.46% -
HSV(B) 331.03º 0.39% 0.58% -
XYZ 18.82 14.63 18.66 -
YUV 109.53 132.22 154.72 -
System Red Green Blue C M Y K H S L
Decimal 147 89 117 0 0.39 0.20 0.42 331.03 0.25 0.46
Hex 93 59 75 0 27 14 2A 14B 19 2E
Octal 223 131 165 0 47 24 52 513 31 56
Binary 10010011 1011001 1110101 0 100111 10100 101010 101001011 11001 101110

Color Harmonies of #935975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935975

Black with #935975

Text Example


Text Example

White with #935975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935975; }

 p { color: rgb(147,89,117); }

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

background-color css

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

 a { background-color: rgb(147,89,117); }

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

border-color css

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

 span { border-color: rgb(147,89,117); }

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