Html Css Color HEX #96686D Mauve Taupe

📋 copy color: '#96686D'

red 150 ◦ green 104 ◦ blue 109

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

Shades of Mauve Taupe #96686D

Tints of Mauve Taupe #96686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.65%

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

R = 41.32%
G = 28.65%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96686D (or 0x96686D) is known color: Mauve Taupe. HEX triplet: 96, 68 and 6D. RGB value is (150,104,109). Sum of RGB (Red+Green+Blue) = 150+104+109=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #96686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96686D is #699792. Grayscale: #767676. Windows color (decimal): -6920083 or 7170198. OLE color: 7170198.

HSL color Cylindrical-coordinate representation of color #96686D: hue angle of 353.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96686D is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 104 109 -
CMYK 0 0.31 0.27 0.41
HSL 353.48º 0.18% 0.5% -
HSV(B) 353.48º 0.31% 0.59% -
XYZ 20.29 17.49 16.77 -
YUV 118.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 150 104 109 0 0.31 0.27 0.41 353.48 0.18 0.5
Hex 96 68 6D 0 1F 1B 29 161 12 32
Octal 226 150 155 0 37 33 51 541 22 62
Binary 10010110 1101000 1101101 0 11111 11011 101001 101100001 10010 110010

Color Harmonies of #96686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96686D

Black with #96686D

Text Example


Text Example

White with #96686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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