Html Css Color HEX #936672 Mauve Taupe

📋 copy color: '#936672'

red 147 ◦ green 102 ◦ blue 114

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

Shades of Mauve Taupe #936672

Tints of Mauve Taupe #936672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.1%

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

R = 40.5%
G = 28.1%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#936672 (or 0x936672) is known color: Mauve Taupe. HEX triplet: 93, 66 and 72. RGB value is (147,102,114). Sum of RGB (Red+Green+Blue) = 147+102+114=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #936672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936672 is #6C998D. Grayscale: #747474. Windows color (decimal): -7117198 or 7497363. OLE color: 7497363.

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

Color convert

RGB 147 102 114 -
CMYK 0 0.31 0.22 0.42
HSL 344º 0.18% 0.49% -
HSV(B) 344º 0.31% 0.58% -
XYZ 19.82 16.92 18.14 -
YUV 116.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 147 102 114 0 0.31 0.22 0.42 344 0.18 0.49
Hex 93 66 72 0 1F 16 2A 158 12 31
Octal 223 146 162 0 37 26 52 530 22 61
Binary 10010011 1100110 1110010 0 11111 10110 101010 101011000 10010 110001

Color Harmonies of #936672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936672

Black with #936672

Text Example


Text Example

White with #936672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936672; }

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

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

background-color css

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

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

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

border-color css

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

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

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