Html Css Color HEX #9C687A Mauve Taupe

📋 copy color: '#9C687A'

red 156 ◦ green 104 ◦ blue 122

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

Shades of Mauve Taupe #9C687A

Tints of Mauve Taupe #9C687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 40.84%
G = 27.23%
B = 31.94%

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

#9C687A (or 0x9C687A) is known color: Mauve Taupe. HEX triplet: 9C, 68 and 7A. RGB value is (156,104,122). Sum of RGB (Red+Green+Blue) = 156+104+122=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C687A is #639785. Grayscale: #797979. Windows color (decimal): -6526854 or 8022172. OLE color: 8022172.

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

Color convert

RGB 156 104 122 -
CMYK 0 0.33 0.22 0.39
HSL 339.23º 0.21% 0.51% -
HSV(B) 339.23º 0.33% 0.61% -
XYZ 22.17 18.37 20.79 -
YUV 121.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 156 104 122 0 0.33 0.22 0.39 339.23 0.21 0.51
Hex 9C 68 7A 0 21 16 27 153 15 33
Octal 234 150 172 0 41 26 47 523 25 63
Binary 10011100 1101000 1111010 0 100001 10110 100111 101010011 10101 110011

Color Harmonies of #9C687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C687A

Black with #9C687A

Text Example


Text Example

White with #9C687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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