Html Css Color HEX #9B646D Mauve Taupe

📋 copy color: '#9B646D'

red 155 ◦ green 100 ◦ blue 109

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

Shades of Mauve Taupe #9B646D

Tints of Mauve Taupe #9B646D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 42.58%
G = 27.47%
B = 29.95%

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

#9B646D (or 0x9B646D) is known color: Mauve Taupe. HEX triplet: 9B, 64 and 6D. RGB value is (155,100,109). Sum of RGB (Red+Green+Blue) = 155+100+109=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B646D is #649B92. Grayscale: #757575. Windows color (decimal): -6593427 or 7169179. OLE color: 7169179.

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

Color convert

RGB 155 100 109 -
CMYK 0 0.35 0.30 0.39
HSL 350.18º 0.22% 0.5% -
HSV(B) 350.18º 0.35% 0.61% -
XYZ 20.84 17.19 16.69 -
YUV 117.47 123.22 154.77 -
System Red Green Blue C M Y K H S L
Decimal 155 100 109 0 0.35 0.30 0.39 350.18 0.22 0.5
Hex 9B 64 6D 0 23 1E 27 15E 16 32
Octal 233 144 155 0 43 36 47 536 26 62
Binary 10011011 1100100 1101101 0 100011 11110 100111 101011110 10110 110010

Color Harmonies of #9B646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B646D

Black with #9B646D

Text Example


Text Example

White with #9B646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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