Html Css Color HEX #96596E Mauve Taupe

📋 copy color: '#96596E'

red 150 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #96596E

Tints of Mauve Taupe #96596E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

 BLUE value IS 110 (43.36% from 255) = 31.52%

R = 42.98%
G = 25.5%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96596E (or 0x96596E) is known color: Mauve Taupe. HEX triplet: 96, 59 and 6E. RGB value is (150,89,110). Sum of RGB (Red+Green+Blue) = 150+89+110=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 110 (43.36% from 255 or 31.52% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #96596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96596E is #69A691. Grayscale: #6D6D6D. Windows color (decimal): -6923922 or 7231894. OLE color: 7231894.

HSL color Cylindrical-coordinate representation of color #96596E: hue angle of 339.34º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96596E is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 89 110 -
CMYK 0 0.41 0.27 0.41
HSL 339.34º 0.26% 0.47% -
HSV(B) 339.34º 0.41% 0.59% -
XYZ 18.96 14.75 16.6 -
YUV 109.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 150 89 110 0 0.41 0.27 0.41 339.34 0.26 0.47
Hex 96 59 6E 0 29 1B 29 153 1A 2F
Octal 226 131 156 0 51 33 51 523 32 57
Binary 10010110 1011001 1101110 0 101001 11011 101001 101010011 11010 101111

Color Harmonies of #96596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96596E

Black with #96596E

Text Example


Text Example

White with #96596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96596E; }

 p { color: rgb(150,89,110); }

 H1.HeaderClassName
 {
   color: #96596E;
 }
 .AnyTagClassName
 {
   color: #96596E;
 }
</style>

background-color css

<style>
 a { background-color: #96596E; }

 a { background-color: rgb(150,89,110); }

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

border-color css

<style>
 span { border-color: #96596E; }

 span { border-color: rgb(150,89,110); }

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