Html Css Color HEX #9B5D70 Mauve Taupe

📋 copy color: '#9B5D70'

red 155 ◦ green 93 ◦ blue 112

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

Shades of Mauve Taupe #9B5D70

Tints of Mauve Taupe #9B5D70

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

 BLUE value IS 112 (44.14% from 255) = 31.11%

R = 43.06%
G = 25.83%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B5D70 (or 0x9B5D70) is known color: Mauve Taupe. HEX triplet: 9B, 5D and 70. RGB value is (155,93,112). Sum of RGB (Red+Green+Blue) = 155+93+112=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D70 is #64A28F. Grayscale: #717171. Windows color (decimal): -6595216 or 7363995. OLE color: 7363995.

HSL color Cylindrical-coordinate representation of color #9B5D70: hue angle of 341.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B5D70 is Cyan = 0, Magento = 0.4, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 93 112 -
CMYK 0 0.4 0.28 0.39
HSL 341.61º 0.25% 0.49% -
HSV(B) 341.61º 0.4% 0.61% -
XYZ 20.36 15.97 17.34 -
YUV 113.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 155 93 112 0 0.4 0.28 0.39 341.61 0.25 0.49
Hex 9B 5D 70 0 28 1C 27 156 19 31
Octal 233 135 160 0 50 34 47 526 31 61
Binary 10011011 1011101 1110000 0 101000 11100 100111 101010110 11001 110001

Color Harmonies of #9B5D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D70

Black with #9B5D70

Text Example


Text Example

White with #9B5D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,93,112); }

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

background-color css

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

 a { background-color: rgb(155,93,112); }

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

border-color css

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

 span { border-color: rgb(155,93,112); }

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