Html Css Color HEX #9B6471 Mauve Taupe

📋 copy color: '#9B6471'

red 155 ◦ green 100 ◦ blue 113

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

Shades of Mauve Taupe #9B6471

Tints of Mauve Taupe #9B6471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.71%

R = 42.12%
G = 27.17%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#9B6471 (or 0x9B6471) is known color: Mauve Taupe. HEX triplet: 9B, 64 and 71. RGB value is (155,100,113). Sum of RGB (Red+Green+Blue) = 155+100+113=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6471 is #649B8E. Grayscale: #757575. Windows color (decimal): -6593423 or 7431323. OLE color: 7431323.

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

Color convert

RGB 155 100 113 -
CMYK 0 0.35 0.27 0.39
HSL 345.82º 0.22% 0.5% -
HSV(B) 345.82º 0.35% 0.61% -
XYZ 21.06 17.28 17.85 -
YUV 117.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 155 100 113 0 0.35 0.27 0.39 345.82 0.22 0.5
Hex 9B 64 71 0 23 1B 27 15A 16 32
Octal 233 144 161 0 43 33 47 532 26 62
Binary 10011011 1100100 1110001 0 100011 11011 100111 101011010 10110 110010

Color Harmonies of #9B6471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6471

Black with #9B6471

Text Example


Text Example

White with #9B6471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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