Html Css Color HEX #936465 Mauve Taupe

📋 copy color: '#936465'

red 147 ◦ green 100 ◦ blue 101

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

Shades of Mauve Taupe #936465

Tints of Mauve Taupe #936465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 42.24%
G = 28.74%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#936465 (or 0x936465) is known color: Mauve Taupe. HEX triplet: 93, 64 and 65. RGB value is (147,100,101). Sum of RGB (Red+Green+Blue) = 147+100+101=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 147 - color contains mainly: red. Hex color #936465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936465 is #6C9B9A. Grayscale: #727272. Windows color (decimal): -7117723 or 6644883. OLE color: 6644883.

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

Color convert

RGB 147 100 101 -
CMYK 0 0.32 0.31 0.42
HSL 358.72º 0.19% 0.48% -
HSV(B) 358.72º 0.32% 0.58% -
XYZ 18.94 16.26 14.45 -
YUV 114.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 147 100 101 0 0.32 0.31 0.42 358.72 0.19 0.48
Hex 93 64 65 0 20 1F 2A 167 13 30
Octal 223 144 145 0 40 37 52 547 23 60
Binary 10010011 1100100 1100101 0 100000 11111 101010 101100111 10011 110000

Color Harmonies of #936465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936465

Black with #936465

Text Example


Text Example

White with #936465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936465; }

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

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

background-color css

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

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

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

border-color css

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

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

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