Html Css Color HEX #9C6879 Mauve Taupe

📋 copy color: '#9C6879'

red 156 ◦ green 104 ◦ blue 121

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

Shades of Mauve Taupe #9C6879

Tints of Mauve Taupe #9C6879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.3%

 BLUE value IS 121 (47.66% from 255) = 31.76%

R = 40.94%
G = 27.3%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9C6879 (or 0x9C6879) is known color: Mauve Taupe. HEX triplet: 9C, 68 and 79. RGB value is (156,104,121). Sum of RGB (Red+Green+Blue) = 156+104+121=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 121 (47.66% from 255 or 31.76% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6879 is #639786. Grayscale: #797979. Windows color (decimal): -6526855 or 7956636. OLE color: 7956636.

HSL color Cylindrical-coordinate representation of color #9C6879: hue angle of 340.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C6879 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 104 121 -
CMYK 0 0.33 0.22 0.39
HSL 340.38º 0.21% 0.51% -
HSV(B) 340.38º 0.33% 0.61% -
XYZ 22.11 18.35 20.47 -
YUV 121.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 156 104 121 0 0.33 0.22 0.39 340.38 0.21 0.51
Hex 9C 68 79 0 21 16 27 154 15 33
Octal 234 150 171 0 41 26 47 524 25 63
Binary 10011100 1101000 1111001 0 100001 10110 100111 101010100 10101 110011

Color Harmonies of #9C6879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6879

Black with #9C6879

Text Example


Text Example

White with #9C6879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,104,121); }

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

background-color css

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

 a { background-color: rgb(156,104,121); }

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

border-color css

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

 span { border-color: rgb(156,104,121); }

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