Html Css Color HEX #936264 Mauve Taupe

📋 copy color: '#936264'

red 147 ◦ green 98 ◦ blue 100

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

Shades of Mauve Taupe #936264

Tints of Mauve Taupe #936264

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

 BLUE value IS 100 (39.45% from 255) = 28.99%

R = 42.61%
G = 28.41%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#936264 (or 0x936264) is known color: Mauve Taupe. HEX triplet: 93, 62 and 64. RGB value is (147,98,100). Sum of RGB (Red+Green+Blue) = 147+98+100=345 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.61% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 147 - color contains mainly: red. Hex color #936264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936264 is #6C9D9B. Grayscale: #707070. Windows color (decimal): -7118236 or 6578835. OLE color: 6578835.

HSL color Cylindrical-coordinate representation of color #936264: hue angle of 357.55º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936264 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 98 100 -
CMYK 0 0.33 0.32 0.42
HSL 357.55º 0.2% 0.48% -
HSV(B) 357.55º 0.33% 0.58% -
XYZ 18.7 15.86 14.13 -
YUV 112.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 147 98 100 0 0.33 0.32 0.42 357.55 0.2 0.48
Hex 93 62 64 0 21 20 2A 166 14 30
Octal 223 142 144 0 41 40 52 546 24 60
Binary 10010011 1100010 1100100 0 100001 100000 101010 101100110 10100 110000

Color Harmonies of #936264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936264

Black with #936264

Text Example


Text Example

White with #936264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936264; }

 p { color: rgb(147,98,100); }

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

background-color css

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

 a { background-color: rgb(147,98,100); }

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

border-color css

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

 span { border-color: rgb(147,98,100); }

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