Html Css Color HEX #96606B Mauve Taupe

📋 copy color: '#96606B'

red 150 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #96606B

Tints of Mauve Taupe #96606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.31%

R = 42.49%
G = 27.2%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96606B (or 0x96606B) is known color: Mauve Taupe. HEX triplet: 96, 60 and 6B. RGB value is (150,96,107). Sum of RGB (Red+Green+Blue) = 150+96+107=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96606B is #699F94. Grayscale: #717171. Windows color (decimal): -6922133 or 7037078. OLE color: 7037078.

HSL color Cylindrical-coordinate representation of color #96606B: hue angle of 347.78º 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 #96606B is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 107 -
CMYK 0 0.36 0.29 0.41
HSL 347.78º 0.22% 0.48% -
HSV(B) 347.78º 0.36% 0.59% -
XYZ 19.41 15.91 15.96 -
YUV 113.4 124.39 154.11 -
System Red Green Blue C M Y K H S L
Decimal 150 96 107 0 0.36 0.29 0.41 347.78 0.22 0.48
Hex 96 60 6B 0 24 1D 29 15C 16 30
Octal 226 140 153 0 44 35 51 534 26 60
Binary 10010110 1100000 1101011 0 100100 11101 101001 101011100 10110 110000

Color Harmonies of #96606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96606B

Black with #96606B

Text Example


Text Example

White with #96606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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