Html Css Color HEX #9B6575 Mauve Taupe

📋 copy color: '#9B6575'

red 155 ◦ green 101 ◦ blue 117

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

Shades of Mauve Taupe #9B6575

Tints of Mauve Taupe #9B6575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.08%

 BLUE value IS 117 (46.09% from 255) = 31.37%

R = 41.55%
G = 27.08%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B6575 (or 0x9B6575) is known color: Mauve Taupe. HEX triplet: 9B, 65 and 75. RGB value is (155,101,117). Sum of RGB (Red+Green+Blue) = 155+101+117=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6575 is #649A8A. Grayscale: #767676. Windows color (decimal): -6593163 or 7693723. OLE color: 7693723.

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

Color convert

RGB 155 101 117 -
CMYK 0 0.35 0.25 0.39
HSL 342.22º 0.21% 0.5% -
HSV(B) 342.22º 0.35% 0.61% -
XYZ 21.38 17.56 19.09 -
YUV 118.97 126.89 153.7 -
System Red Green Blue C M Y K H S L
Decimal 155 101 117 0 0.35 0.25 0.39 342.22 0.21 0.5
Hex 9B 65 75 0 23 19 27 156 15 32
Octal 233 145 165 0 43 31 47 526 25 62
Binary 10011011 1100101 1110101 0 100011 11001 100111 101010110 10101 110010

Color Harmonies of #9B6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6575

Black with #9B6575

Text Example


Text Example

White with #9B6575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,101,117); }

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

background-color css

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

 a { background-color: rgb(155,101,117); }

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

border-color css

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

 span { border-color: rgb(155,101,117); }

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