Html Css Color HEX #96556E Mauve Taupe

📋 copy color: '#96556E'

red 150 ◦ green 85 ◦ blue 110

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

Shades of Mauve Taupe #96556E

Tints of Mauve Taupe #96556E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.64%

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

R = 43.48%
G = 24.64%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96556E (or 0x96556E) is known color: Mauve Taupe. HEX triplet: 96, 55 and 6E. RGB value is (150,85,110). Sum of RGB (Red+Green+Blue) = 150+85+110=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96556E is #69AA91. Grayscale: #6B6B6B. Windows color (decimal): -6924946 or 7230870. OLE color: 7230870.

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

Color convert

RGB 150 85 110 -
CMYK 0 0.43 0.27 0.41
HSL 336.92º 0.28% 0.46% -
HSV(B) 336.92º 0.43% 0.59% -
XYZ 18.64 14.11 16.49 -
YUV 107.29 129.53 158.47 -
System Red Green Blue C M Y K H S L
Decimal 150 85 110 0 0.43 0.27 0.41 336.92 0.28 0.46
Hex 96 55 6E 0 2B 1B 29 151 1C 2E
Octal 226 125 156 0 53 33 51 521 34 56
Binary 10010110 1010101 1101110 0 101011 11011 101001 101010001 11100 101110

Color Harmonies of #96556E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96556E

Black with #96556E

Text Example


Text Example

White with #96556E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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