Html Css Color HEX #935672 Mauve Taupe

📋 copy color: '#935672'

red 147 ◦ green 86 ◦ blue 114

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

Shades of Mauve Taupe #935672

Tints of Mauve Taupe #935672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.78%

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

R = 42.36%
G = 24.78%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#935672 (or 0x935672) is known color: Mauve Taupe. HEX triplet: 93, 56 and 72. RGB value is (147,86,114). Sum of RGB (Red+Green+Blue) = 147+86+114=347 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.36% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 147 - color contains mainly: red. Hex color #935672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935672 is #6CA98D. Grayscale: #6B6B6B. Windows color (decimal): -7121294 or 7493267. OLE color: 7493267.

HSL color Cylindrical-coordinate representation of color #935672: hue angle of 332.46º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935672 is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 86 114 -
CMYK 0 0.41 0.22 0.42
HSL 332.46º 0.26% 0.46% -
HSV(B) 332.46º 0.41% 0.58% -
XYZ 18.4 14.07 17.67 -
YUV 107.43 131.71 156.22 -
System Red Green Blue C M Y K H S L
Decimal 147 86 114 0 0.41 0.22 0.42 332.46 0.26 0.46
Hex 93 56 72 0 29 16 2A 14C 1A 2E
Octal 223 126 162 0 51 26 52 514 32 56
Binary 10010011 1010110 1110010 0 101001 10110 101010 101001100 11010 101110

Color Harmonies of #935672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #935672

Black with #935672

Text Example


Text Example

White with #935672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #935672; }

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

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

background-color css

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

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

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

border-color css

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

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

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