Html Css Color HEX #9C616A Mauve Taupe

📋 copy color: '#9C616A'

red 156 ◦ green 97 ◦ blue 106

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

Shades of Mauve Taupe #9C616A

Tints of Mauve Taupe #9C616A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.53%

R = 43.45%
G = 27.02%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9C616A (or 0x9C616A) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 6A. RGB value is (156,97,106). Sum of RGB (Red+Green+Blue) = 156+97+106=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C616A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C616A is #639E95. Grayscale: #737373. Windows color (decimal): -6528662 or 6971804. OLE color: 6971804.

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

Color convert

RGB 156 97 106 -
CMYK 0 0.38 0.32 0.39
HSL 350.85º 0.23% 0.5% -
HSV(B) 350.85º 0.38% 0.61% -
XYZ 20.59 16.66 15.77 -
YUV 115.67 122.55 156.77 -
System Red Green Blue C M Y K H S L
Decimal 156 97 106 0 0.38 0.32 0.39 350.85 0.23 0.5
Hex 9C 61 6A 0 26 20 27 15F 17 32
Octal 234 141 152 0 46 40 47 537 27 62
Binary 10011100 1100001 1101010 0 100110 100000 100111 101011111 10111 110010

Color Harmonies of #9C616A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C616A

Black with #9C616A

Text Example


Text Example

White with #9C616A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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