Html Css Color HEX #96616A Mauve Taupe

📋 copy color: '#96616A'

red 150 ◦ green 97 ◦ blue 106

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

Shades of Mauve Taupe #96616A

Tints of Mauve Taupe #96616A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.48%

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

R = 42.49%
G = 27.48%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96616A (or 0x96616A) is known color: Mauve Taupe. HEX triplet: 96, 61 and 6A. RGB value is (150,97,106). Sum of RGB (Red+Green+Blue) = 150+97+106=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616A is #699E95. Grayscale: #717171. Windows color (decimal): -6921878 or 6971798. OLE color: 6971798.

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

Color convert

RGB 150 97 106 -
CMYK 0 0.35 0.29 0.41
HSL 349.81º 0.21% 0.48% -
HSV(B) 349.81º 0.35% 0.59% -
XYZ 19.45 16.07 15.71 -
YUV 113.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 150 97 106 0 0.35 0.29 0.41 349.81 0.21 0.48
Hex 96 61 6A 0 23 1D 29 15E 15 30
Octal 226 141 152 0 43 35 51 536 25 60
Binary 10010110 1100001 1101010 0 100011 11101 101001 101011110 10101 110000

Color Harmonies of #96616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96616A

Black with #96616A

Text Example


Text Example

White with #96616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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