Html Css Color HEX #9C6172 Mauve Taupe

📋 copy color: '#9C6172'

red 156 ◦ green 97 ◦ blue 114

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

Shades of Mauve Taupe #9C6172

Tints of Mauve Taupe #9C6172

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 42.51%
G = 26.43%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9C6172 (or 0x9C6172) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 72. RGB value is (156,97,114). Sum of RGB (Red+Green+Blue) = 156+97+114=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6172 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6172 is #639E8D. Grayscale: #747474. Windows color (decimal): -6528654 or 7496092. OLE color: 7496092.

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

Color convert

RGB 156 97 114 -
CMYK 0 0.38 0.27 0.39
HSL 342.71º 0.23% 0.5% -
HSV(B) 342.71º 0.38% 0.61% -
XYZ 21.02 16.83 18.06 -
YUV 116.58 126.55 156.12 -
System Red Green Blue C M Y K H S L
Decimal 156 97 114 0 0.38 0.27 0.39 342.71 0.23 0.5
Hex 9C 61 72 0 26 1B 27 157 17 32
Octal 234 141 162 0 46 33 47 527 27 62
Binary 10011100 1100001 1110010 0 100110 11011 100111 101010111 10111 110010

Color Harmonies of #9C6172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6172

Black with #9C6172

Text Example


Text Example

White with #9C6172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,97,114); }

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

background-color css

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

 a { background-color: rgb(156,97,114); }

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

border-color css

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

 span { border-color: rgb(156,97,114); }

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