Html Css Color HEX #96596C Mauve Taupe

📋 copy color: '#96596C'

red 150 ◦ green 89 ◦ blue 108

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

Shades of Mauve Taupe #96596C

Tints of Mauve Taupe #96596C

RGB

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

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

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

R = 43.23%
G = 25.65%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96596C (or 0x96596C) is known color: Mauve Taupe. HEX triplet: 96, 59 and 6C. RGB value is (150,89,108). Sum of RGB (Red+Green+Blue) = 150+89+108=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96596C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96596C is #69A693. Grayscale: #6D6D6D. Windows color (decimal): -6923924 or 7100822. OLE color: 7100822.

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

Color convert

RGB 150 89 108 -
CMYK 0 0.41 0.28 0.41
HSL 341.31º 0.26% 0.47% -
HSV(B) 341.31º 0.41% 0.59% -
XYZ 18.86 14.71 16.03 -
YUV 109.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 150 89 108 0 0.41 0.28 0.41 341.31 0.26 0.47
Hex 96 59 6C 0 29 1C 29 155 1A 2F
Octal 226 131 154 0 51 34 51 525 32 57
Binary 10010110 1011001 1101100 0 101001 11100 101001 101010101 11010 101111

Color Harmonies of #96596C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96596C

Black with #96596C

Text Example


Text Example

White with #96596C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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