Html Css Color HEX #96646A Mauve Taupe

📋 copy color: '#96646A'

red 150 ◦ green 100 ◦ blue 106

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

Shades of Mauve Taupe #96646A

Tints of Mauve Taupe #96646A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 42.13%
G = 28.09%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96646A (or 0x96646A) is known color: Mauve Taupe. HEX triplet: 96, 64 and 6A. RGB value is (150,100,106). Sum of RGB (Red+Green+Blue) = 150+100+106=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96646A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96646A is #699B95. Grayscale: #737373. Windows color (decimal): -6921110 or 6972566. OLE color: 6972566.

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

Color convert

RGB 150 100 106 -
CMYK 0 0.33 0.29 0.41
HSL 352.8º 0.2% 0.49% -
HSV(B) 352.8º 0.33% 0.59% -
XYZ 19.74 16.64 15.81 -
YUV 115.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 150 100 106 0 0.33 0.29 0.41 352.8 0.2 0.49
Hex 96 64 6A 0 21 1D 29 161 14 31
Octal 226 144 152 0 41 35 51 541 24 61
Binary 10010110 1100100 1101010 0 100001 11101 101001 101100001 10100 110001

Color Harmonies of #96646A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96646A

Black with #96646A

Text Example


Text Example

White with #96646A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96646A; }

 p { color: rgb(150,100,106); }

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

background-color css

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

 a { background-color: rgb(150,100,106); }

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

border-color css

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

 span { border-color: rgb(150,100,106); }

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