Html Css Color HEX #9C6168 Mauve Taupe

📋 copy color: '#9C6168'

red 156 ◦ green 97 ◦ blue 104

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

Shades of Mauve Taupe #9C6168

Tints of Mauve Taupe #9C6168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.13%

R = 43.7%
G = 27.17%
B = 29.13%

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

#9C6168 (or 0x9C6168) is known color: Mauve Taupe. HEX triplet: 9C, 61 and 68. RGB value is (156,97,104). Sum of RGB (Red+Green+Blue) = 156+97+104=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6168 is #639E97. Grayscale: #737373. Windows color (decimal): -6528664 or 6840732. OLE color: 6840732.

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

Color convert

RGB 156 97 104 -
CMYK 0 0.38 0.33 0.39
HSL 352.88º 0.23% 0.5% -
HSV(B) 352.88º 0.38% 0.61% -
XYZ 20.48 16.62 15.22 -
YUV 115.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 156 97 104 0 0.38 0.33 0.39 352.88 0.23 0.5
Hex 9C 61 68 0 26 21 27 161 17 32
Octal 234 141 150 0 46 41 47 541 27 62
Binary 10011100 1100001 1101000 0 100110 100001 100111 101100001 10111 110010

Color Harmonies of #9C6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6168

Black with #9C6168

Text Example


Text Example

White with #9C6168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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