Html Css Color HEX #9C697A Mauve Taupe

📋 copy color: '#9C697A'

red 156 ◦ green 105 ◦ blue 122

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

Shades of Mauve Taupe #9C697A

Tints of Mauve Taupe #9C697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.42%

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

R = 40.73%
G = 27.42%
B = 31.85%

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

#9C697A (or 0x9C697A) is known color: Mauve Taupe. HEX triplet: 9C, 69 and 7A. RGB value is (156,105,122). Sum of RGB (Red+Green+Blue) = 156+105+122=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C697A is #639685. Grayscale: #7A7A7A. Windows color (decimal): -6526598 or 8022428. OLE color: 8022428.

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

Color convert

RGB 156 105 122 -
CMYK 0 0.33 0.22 0.39
HSL 340º 0.2% 0.51% -
HSV(B) 340º 0.33% 0.61% -
XYZ 22.27 18.58 20.82 -
YUV 122.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 156 105 122 0 0.33 0.22 0.39 340 0.2 0.51
Hex 9C 69 7A 0 21 16 27 154 14 33
Octal 234 151 172 0 41 26 47 524 24 63
Binary 10011100 1101001 1111010 0 100001 10110 100111 101010100 10100 110011

Color Harmonies of #9C697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C697A

Black with #9C697A

Text Example


Text Example

White with #9C697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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