Html Css Color HEX #9B646C Mauve Taupe

📋 copy color: '#9B646C'

red 155 ◦ green 100 ◦ blue 108

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

Shades of Mauve Taupe #9B646C

Tints of Mauve Taupe #9B646C

RGB

 RED value IS 155 (60.94% from 255) = 42.7%

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 42.7%
G = 27.55%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B646C (or 0x9B646C) is known color: Mauve Taupe. HEX triplet: 9B, 64 and 6C. RGB value is (155,100,108). Sum of RGB (Red+Green+Blue) = 155+100+108=363 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.70% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 155 - color contains mainly: red. Hex color #9B646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B646C is #649B93. Grayscale: #757575. Windows color (decimal): -6593428 or 7103643. OLE color: 7103643.

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

Color convert

RGB 155 100 108 -
CMYK 0 0.35 0.30 0.39
HSL 351.27º 0.22% 0.5% -
HSV(B) 351.27º 0.35% 0.61% -
XYZ 20.78 17.17 16.41 -
YUV 117.36 122.72 154.85 -
System Red Green Blue C M Y K H S L
Decimal 155 100 108 0 0.35 0.30 0.39 351.27 0.22 0.5
Hex 9B 64 6C 0 23 1E 27 15F 16 32
Octal 233 144 154 0 43 36 47 537 26 62
Binary 10011011 1100100 1101100 0 100011 11110 100111 101011111 10110 110010

Color Harmonies of #9B646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B646C

Black with #9B646C

Text Example


Text Example

White with #9B646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,108); }

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

background-color css

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

 a { background-color: rgb(155,100,108); }

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

border-color css

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

 span { border-color: rgb(155,100,108); }

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