Html Css Color HEX #935972 Mauve Taupe

📋 copy color: '#935972'

red 147 ◦ green 89 ◦ blue 114

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

Shades of Mauve Taupe #935972

Tints of Mauve Taupe #935972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 42%
G = 25.43%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#935972 (or 0x935972) is known color: Mauve Taupe. HEX triplet: 93, 59 and 72. RGB value is (147,89,114). Sum of RGB (Red+Green+Blue) = 147+89+114=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #935972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935972 is #6CA68D. Grayscale: #6D6D6D. Windows color (decimal): -7120526 or 7494035. OLE color: 7494035.

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

Color convert

RGB 147 89 114 -
CMYK 0 0.39 0.22 0.42
HSL 334.14º 0.25% 0.46% -
HSV(B) 334.14º 0.39% 0.58% -
XYZ 18.64 14.56 17.75 -
YUV 109.19 130.72 154.97 -
System Red Green Blue C M Y K H S L
Decimal 147 89 114 0 0.39 0.22 0.42 334.14 0.25 0.46
Hex 93 59 72 0 27 16 2A 14E 19 2E
Octal 223 131 162 0 47 26 52 516 31 56
Binary 10010011 1011001 1110010 0 100111 10110 101010 101001110 11001 101110

Color Harmonies of #935972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935972

Black with #935972

Text Example


Text Example

White with #935972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935972; }

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

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

background-color css

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

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

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

border-color css

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

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

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