Html Css Color HEX #96586D Mauve Taupe

📋 copy color: '#96586D'

red 150 ◦ green 88 ◦ blue 109

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

Shades of Mauve Taupe #96586D

Tints of Mauve Taupe #96586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.36%

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

R = 43.23%
G = 25.36%
B = 31.41%

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

#96586D (or 0x96586D) is known color: Mauve Taupe. HEX triplet: 96, 58 and 6D. RGB value is (150,88,109). Sum of RGB (Red+Green+Blue) = 150+88+109=347 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.23% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 150 - color contains mainly: red. Hex color #96586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96586D is #69A792. Grayscale: #6C6C6C. Windows color (decimal): -6924179 or 7166102. OLE color: 7166102.

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

Color convert

RGB 150 88 109 -
CMYK 0 0.41 0.27 0.41
HSL 339.68º 0.26% 0.47% -
HSV(B) 339.68º 0.41% 0.59% -
XYZ 18.83 14.57 16.29 -
YUV 108.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 150 88 109 0 0.41 0.27 0.41 339.68 0.26 0.47
Hex 96 58 6D 0 29 1B 29 154 1A 2F
Octal 226 130 155 0 51 33 51 524 32 57
Binary 10010110 1011000 1101101 0 101001 11011 101001 101010100 11010 101111

Color Harmonies of #96586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96586D

Black with #96586D

Text Example


Text Example

White with #96586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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