Html Css Color HEX #9C6170 Mauve Taupe

📋 copy color: '#9C6170'

red 156 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #9C6170

Tints of Mauve Taupe #9C6170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.68%

R = 42.74%
G = 26.58%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9C6170 (or 0x9C6170) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 70. RGB value is (156,97,112). Sum of RGB (Red+Green+Blue) = 156+97+112=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6170 is #639E8F. Grayscale: #747474. Windows color (decimal): -6528656 or 7365020. OLE color: 7365020.

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

Color convert

RGB 156 97 112 -
CMYK 0 0.38 0.28 0.39
HSL 344.75º 0.23% 0.5% -
HSV(B) 344.75º 0.38% 0.61% -
XYZ 20.91 16.79 17.47 -
YUV 116.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 156 97 112 0 0.38 0.28 0.39 344.75 0.23 0.5
Hex 9C 61 70 0 26 1C 27 159 17 32
Octal 234 141 160 0 46 34 47 531 27 62
Binary 10011100 1100001 1110000 0 100110 11100 100111 101011001 10111 110010

Color Harmonies of #9C6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6170

Black with #9C6170

Text Example


Text Example

White with #9C6170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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