Html Css Color HEX #9C6571 Mauve Taupe

📋 copy color: '#9C6571'

red 156 ◦ green 101 ◦ blue 113

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

Shades of Mauve Taupe #9C6571

Tints of Mauve Taupe #9C6571

RGB

 RED value IS 156 (61.33% from 255) = 42.16%

 GREEN value IS 101 (39.84% from 255) = 27.3%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 42.16%
G = 27.3%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C6571 (or 0x9C6571) is known color: Mauve Taupe. HEX triplet: 9C, 65 and 71. RGB value is (156,101,113). Sum of RGB (Red+Green+Blue) = 156+101+113=370 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.16% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6571 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6571 is #639A8E. Grayscale: #767676. Windows color (decimal): -6527631 or 7431580. OLE color: 7431580.

HSL color Cylindrical-coordinate representation of color #9C6571: hue angle of 346.91º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6571 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 101 113 -
CMYK 0 0.35 0.28 0.39
HSL 346.91º 0.22% 0.5% -
HSV(B) 346.91º 0.35% 0.61% -
XYZ 21.34 17.57 17.89 -
YUV 118.81 124.72 154.52 -
System Red Green Blue C M Y K H S L
Decimal 156 101 113 0 0.35 0.28 0.39 346.91 0.22 0.5
Hex 9C 65 71 0 23 1C 27 15B 16 32
Octal 234 145 161 0 43 34 47 533 26 62
Binary 10011100 1100101 1110001 0 100011 11100 100111 101011011 10110 110010

Color Harmonies of #9C6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6571

Black with #9C6571

Text Example


Text Example

White with #9C6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6571; }

 p { color: rgb(156,101,113); }

 H1.HeaderClassName
 {
   color: #9C6571;
 }
 .AnyTagClassName
 {
   color: #9C6571;
 }
</style>

background-color css

<style>
 a { background-color: #9C6571; }

 a { background-color: rgb(156,101,113); }

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

border-color css

<style>
 span { border-color: #9C6571; }

 span { border-color: rgb(156,101,113); }

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