Html Css Color HEX #96636B Mauve Taupe

📋 copy color: '#96636B'

red 150 ◦ green 99 ◦ blue 107

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

Shades of Mauve Taupe #96636B

Tints of Mauve Taupe #96636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.06%

R = 42.13%
G = 27.81%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96636B (or 0x96636B) is known color: Mauve Taupe. HEX triplet: 96, 63 and 6B. RGB value is (150,99,107). Sum of RGB (Red+Green+Blue) = 150+99+107=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96636B is #699C94. Grayscale: #737373. Windows color (decimal): -6921365 or 7037846. OLE color: 7037846.

HSL color Cylindrical-coordinate representation of color #96636B: hue angle of 350.59º 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 #96636B is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 107 -
CMYK 0 0.34 0.29 0.41
HSL 350.59º 0.2% 0.49% -
HSV(B) 350.59º 0.34% 0.59% -
XYZ 19.69 16.47 16.05 -
YUV 115.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 150 99 107 0 0.34 0.29 0.41 350.59 0.2 0.49
Hex 96 63 6B 0 22 1D 29 15F 14 31
Octal 226 143 153 0 42 35 51 537 24 61
Binary 10010110 1100011 1101011 0 100010 11101 101001 101011111 10100 110001

Color Harmonies of #96636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96636B

Black with #96636B

Text Example


Text Example

White with #96636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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