Html Css Color HEX #9C616F Mauve Taupe

📋 copy color: '#9C616F'

red 156 ◦ green 97 ◦ blue 111

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

Shades of Mauve Taupe #9C616F

Tints of Mauve Taupe #9C616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.49%

R = 42.86%
G = 26.65%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9C616F (or 0x9C616F) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 6F. RGB value is (156,97,111). Sum of RGB (Red+Green+Blue) = 156+97+111=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C616F is #639E90. Grayscale: #747474. Windows color (decimal): -6528657 or 7299484. OLE color: 7299484.

HSL color Cylindrical-coordinate representation of color #9C616F: hue angle of 345.76º 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 #9C616F is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 97 111 -
CMYK 0 0.38 0.29 0.39
HSL 345.76º 0.23% 0.5% -
HSV(B) 345.76º 0.38% 0.61% -
XYZ 20.85 16.77 17.18 -
YUV 116.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 156 97 111 0 0.38 0.29 0.39 345.76 0.23 0.5
Hex 9C 61 6F 0 26 1D 27 15A 17 32
Octal 234 141 157 0 46 35 47 532 27 62
Binary 10011100 1100001 1101111 0 100110 11101 100111 101011010 10111 110010

Color Harmonies of #9C616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C616F

Black with #9C616F

Text Example


Text Example

White with #9C616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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