Html Css Color HEX #96636D Mauve Taupe

📋 copy color: '#96636D'

red 150 ◦ green 99 ◦ blue 109

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

Shades of Mauve Taupe #96636D

Tints of Mauve Taupe #96636D

RGB

 RED value IS 150 (58.98% from 255) = 41.9%

 GREEN value IS 99 (39.06% from 255) = 27.65%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 41.9%
G = 27.65%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96636D (or 0x96636D) is known color: Mauve Taupe. HEX triplet: 96, 63 and 6D. RGB value is (150,99,109). Sum of RGB (Red+Green+Blue) = 150+99+109=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96636D is #699C92. Grayscale: #737373. Windows color (decimal): -6921363 or 7168918. OLE color: 7168918.

HSL color Cylindrical-coordinate representation of color #96636D: hue angle of 348.24º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96636D is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 109 -
CMYK 0 0.34 0.27 0.41
HSL 348.24º 0.2% 0.49% -
HSV(B) 348.24º 0.34% 0.59% -
XYZ 19.8 16.51 16.61 -
YUV 115.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 150 99 109 0 0.34 0.27 0.41 348.24 0.2 0.49
Hex 96 63 6D 0 22 1B 29 15C 14 31
Octal 226 143 155 0 42 33 51 534 24 61
Binary 10010110 1100011 1101101 0 100010 11011 101001 101011100 10100 110001

Color Harmonies of #96636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96636D

Black with #96636D

Text Example


Text Example

White with #96636D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96636D; }

 p { color: rgb(150,99,109); }

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

background-color css

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

 a { background-color: rgb(150,99,109); }

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

border-color css

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

 span { border-color: rgb(150,99,109); }

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