Html Css Color HEX #9C6169 Mauve Taupe

📋 copy color: '#9C6169'

red 156 ◦ green 97 ◦ blue 105

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

Shades of Mauve Taupe #9C6169

Tints of Mauve Taupe #9C6169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.33%

R = 43.58%
G = 27.09%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9C6169 (or 0x9C6169) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 69. RGB value is (156,97,105). Sum of RGB (Red+Green+Blue) = 156+97+105=358 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.58% from 358); Green value is 97 (38.28% from 255 or 27.09% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6169 is #639E96. Grayscale: #737373. Windows color (decimal): -6528663 or 6906268. OLE color: 6906268.

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

Color convert

RGB 156 97 105 -
CMYK 0 0.38 0.33 0.39
HSL 351.86º 0.23% 0.5% -
HSV(B) 351.86º 0.38% 0.61% -
XYZ 20.53 16.64 15.49 -
YUV 115.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 156 97 105 0 0.38 0.33 0.39 351.86 0.23 0.5
Hex 9C 61 69 0 26 21 27 160 17 32
Octal 234 141 151 0 46 41 47 540 27 62
Binary 10011100 1100001 1101001 0 100110 100001 100111 101100000 10111 110010

Color Harmonies of #9C6169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6169

Black with #9C6169

Text Example


Text Example

White with #9C6169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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