Html Css Color HEX #96596F Mauve Taupe

📋 copy color: '#96596F'

red 150 ◦ green 89 ◦ blue 111

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

Shades of Mauve Taupe #96596F

Tints of Mauve Taupe #96596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 42.86%
G = 25.43%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96596F (or 0x96596F) is known color: Mauve Taupe. HEX triplet: 96, 59 and 6F. RGB value is (150,89,111). Sum of RGB (Red+Green+Blue) = 150+89+111=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #96596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96596F is #69A690. Grayscale: #6D6D6D. Windows color (decimal): -6923921 or 7297430. OLE color: 7297430.

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

Color convert

RGB 150 89 111 -
CMYK 0 0.41 0.26 0.41
HSL 338.36º 0.26% 0.47% -
HSV(B) 338.36º 0.41% 0.59% -
XYZ 19.02 14.78 16.89 -
YUV 109.75 128.71 156.71 -
System Red Green Blue C M Y K H S L
Decimal 150 89 111 0 0.41 0.26 0.41 338.36 0.26 0.47
Hex 96 59 6F 0 29 1A 29 152 1A 2F
Octal 226 131 157 0 51 32 51 522 32 57
Binary 10010110 1011001 1101111 0 101001 11010 101001 101010010 11010 101111

Color Harmonies of #96596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96596F

Black with #96596F

Text Example


Text Example

White with #96596F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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