Html Css Color HEX #96606D Mauve Taupe

📋 copy color: '#96606D'

red 150 ◦ green 96 ◦ blue 109

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

Shades of Mauve Taupe #96606D

Tints of Mauve Taupe #96606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.04%

 BLUE value IS 109 (42.97% from 255) = 30.7%

R = 42.25%
G = 27.04%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96606D (or 0x96606D) is known color: Mauve Taupe. HEX triplet: 96, 60 and 6D. RGB value is (150,96,109). Sum of RGB (Red+Green+Blue) = 150+96+109=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 96 (37.89% from 255 or 27.04% from 355); Blue value is 109 (42.97% from 255 or 30.70% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96606D is #699F92. Grayscale: #717171. Windows color (decimal): -6922131 or 7168150. OLE color: 7168150.

HSL color Cylindrical-coordinate representation of color #96606D: hue angle of 345.56º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96606D is Cyan = 0, Magento = 0.36, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 109 -
CMYK 0 0.36 0.27 0.41
HSL 345.56º 0.22% 0.48% -
HSV(B) 345.56º 0.36% 0.59% -
XYZ 19.52 15.95 16.52 -
YUV 113.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 150 96 109 0 0.36 0.27 0.41 345.56 0.22 0.48
Hex 96 60 6D 0 24 1B 29 15A 16 30
Octal 226 140 155 0 44 33 51 532 26 60
Binary 10010110 1100000 1101101 0 100100 11011 101001 101011010 10110 110000

Color Harmonies of #96606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96606D

Black with #96606D

Text Example


Text Example

White with #96606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96606D; }

 p { color: rgb(150,96,109); }

 H1.HeaderClassName
 {
   color: #96606D;
 }
 .AnyTagClassName
 {
   color: #96606D;
 }
</style>

background-color css

<style>
 a { background-color: #96606D; }

 a { background-color: rgb(150,96,109); }

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

border-color css

<style>
 span { border-color: #96606D; }

 span { border-color: rgb(150,96,109); }

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