Html Css Color HEX #96616F Mauve Taupe

📋 copy color: '#96616F'

red 150 ◦ green 97 ◦ blue 111

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

Shades of Mauve Taupe #96616F

Tints of Mauve Taupe #96616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 41.9%
G = 27.09%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96616F (or 0x96616F) is known color: Mauve Taupe. HEX triplet: 96, 61 and 6F. RGB value is (150,97,111). Sum of RGB (Red+Green+Blue) = 150+97+111=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616F is #699E90. Grayscale: #727272. Windows color (decimal): -6921873 or 7299478. OLE color: 7299478.

HSL color Cylindrical-coordinate representation of color #96616F: hue angle of 344.15º 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 #96616F is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 111 -
CMYK 0 0.35 0.26 0.41
HSL 344.15º 0.21% 0.48% -
HSV(B) 344.15º 0.35% 0.59% -
XYZ 19.72 16.18 17.12 -
YUV 114.44 126.06 153.36 -
System Red Green Blue C M Y K H S L
Decimal 150 97 111 0 0.35 0.26 0.41 344.15 0.21 0.48
Hex 96 61 6F 0 23 1A 29 158 15 30
Octal 226 141 157 0 43 32 51 530 25 60
Binary 10010110 1100001 1101111 0 100011 11010 101001 101011000 10101 110000

Color Harmonies of #96616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96616F

Black with #96616F

Text Example


Text Example

White with #96616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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