Html Css Color HEX #9C6676 Mauve Taupe

📋 copy color: '#9C6676'

red 156 ◦ green 102 ◦ blue 118

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

Shades of Mauve Taupe #9C6676

Tints of Mauve Taupe #9C6676

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.13%

 BLUE value IS 118 (46.48% from 255) = 31.38%

R = 41.49%
G = 27.13%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#9C6676 (or 0x9C6676) is known color: Mauve Taupe. HEX triplet: 9C, 66 and 76. RGB value is (156,102,118). Sum of RGB (Red+Green+Blue) = 156+102+118=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6676 is #639989. Grayscale: #777777. Windows color (decimal): -6527370 or 7759516. OLE color: 7759516.

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

Color convert

RGB 156 102 118 -
CMYK 0 0.35 0.24 0.39
HSL 342.22º 0.21% 0.51% -
HSV(B) 342.22º 0.35% 0.61% -
XYZ 21.73 17.88 19.45 -
YUV 119.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 156 102 118 0 0.35 0.24 0.39 342.22 0.21 0.51
Hex 9C 66 76 0 23 18 27 156 15 33
Octal 234 146 166 0 43 30 47 526 25 63
Binary 10011100 1100110 1110110 0 100011 11000 100111 101010110 10101 110011

Color Harmonies of #9C6676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6676

Black with #9C6676

Text Example


Text Example

White with #9C6676

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,102,118); }

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

background-color css

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

 a { background-color: rgb(156,102,118); }

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

border-color css

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

 span { border-color: rgb(156,102,118); }

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