Html Css Color HEX #9C5674 Mauve Taupe

📋 copy color: '#9C5674'

red 156 ◦ green 86 ◦ blue 116

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

Shades of Mauve Taupe #9C5674

Tints of Mauve Taupe #9C5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

 BLUE value IS 116 (45.7% from 255) = 32.4%

R = 43.58%
G = 24.02%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9C5674 (or 0x9C5674) is known color: Mauve Taupe. HEX triplet: 9C, 56 and 74. RGB value is (156,86,116). Sum of RGB (Red+Green+Blue) = 156+86+116=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5674 is #63A98B. Grayscale: #6E6E6E. Windows color (decimal): -6531468 or 7624348. OLE color: 7624348.

HSL color Cylindrical-coordinate representation of color #9C5674: hue angle of 334.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9C5674 is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 86 116 -
CMYK 0 0.45 0.26 0.39
HSL 334.29º 0.29% 0.47% -
HSV(B) 334.29º 0.45% 0.61% -
XYZ 20.19 14.98 18.35 -
YUV 110.35 131.19 160.56 -
System Red Green Blue C M Y K H S L
Decimal 156 86 116 0 0.45 0.26 0.39 334.29 0.29 0.47
Hex 9C 56 74 0 2D 1A 27 14E 1D 2F
Octal 234 126 164 0 55 32 47 516 35 57
Binary 10011100 1010110 1110100 0 101101 11010 100111 101001110 11101 101111

Color Harmonies of #9C5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C5674

Black with #9C5674

Text Example


Text Example

White with #9C5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,86,116); }

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

background-color css

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

 a { background-color: rgb(156,86,116); }

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

border-color css

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

 span { border-color: rgb(156,86,116); }

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