Html Css Color HEX #96616C Mauve Taupe

📋 copy color: '#96616C'

red 150 ◦ green 97 ◦ blue 108

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

Shades of Mauve Taupe #96616C

Tints of Mauve Taupe #96616C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.42%

R = 42.25%
G = 27.32%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96616C (or 0x96616C) is known color: Mauve Taupe. HEX triplet: 96, 61 and 6C. RGB value is (150,97,108). Sum of RGB (Red+Green+Blue) = 150+97+108=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96616C is #699E93. Grayscale: #727272. Windows color (decimal): -6921876 or 7102870. OLE color: 7102870.

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

Color convert

RGB 150 97 108 -
CMYK 0 0.35 0.28 0.41
HSL 347.55º 0.21% 0.48% -
HSV(B) 347.55º 0.35% 0.59% -
XYZ 19.56 16.12 16.27 -
YUV 114.1 124.56 153.61 -
System Red Green Blue C M Y K H S L
Decimal 150 97 108 0 0.35 0.28 0.41 347.55 0.21 0.48
Hex 96 61 6C 0 23 1C 29 15C 15 30
Octal 226 141 154 0 43 34 51 534 25 60
Binary 10010110 1100001 1101100 0 100011 11100 101001 101011100 10101 110000

Color Harmonies of #96616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96616C

Black with #96616C

Text Example


Text Example

White with #96616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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