Html Css Color HEX #96606C Mauve Taupe

📋 copy color: '#96606C'

red 150 ◦ green 96 ◦ blue 108

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

Shades of Mauve Taupe #96606C

Tints of Mauve Taupe #96606C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 42.37%
G = 27.12%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96606C (or 0x96606C) is known color: Mauve Taupe. HEX triplet: 96, 60 and 6C. RGB value is (150,96,108). Sum of RGB (Red+Green+Blue) = 150+96+108=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96606C is #699F93. Grayscale: #717171. Windows color (decimal): -6922132 or 7102614. OLE color: 7102614.

HSL color Cylindrical-coordinate representation of color #96606C: hue angle of 346.67º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96606C is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 108 -
CMYK 0 0.36 0.28 0.41
HSL 346.67º 0.22% 0.48% -
HSV(B) 346.67º 0.36% 0.59% -
XYZ 19.47 15.93 16.24 -
YUV 113.51 124.89 154.02 -
System Red Green Blue C M Y K H S L
Decimal 150 96 108 0 0.36 0.28 0.41 346.67 0.22 0.48
Hex 96 60 6C 0 24 1C 29 15B 16 30
Octal 226 140 154 0 44 34 51 533 26 60
Binary 10010110 1100000 1101100 0 100100 11100 101001 101011011 10110 110000

Color Harmonies of #96606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96606C

Black with #96606C

Text Example


Text Example

White with #96606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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