Html Css Color HEX #9B5E70 Mauve Taupe

📋 copy color: '#9B5E70'

red 155 ◦ green 94 ◦ blue 112

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

Shades of Mauve Taupe #9B5E70

Tints of Mauve Taupe #9B5E70

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

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

R = 42.94%
G = 26.04%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B5E70 (or 0x9B5E70) is known color: Mauve Taupe. HEX triplet: 9B, 5E and 70. RGB value is (155,94,112). Sum of RGB (Red+Green+Blue) = 155+94+112=361 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.94% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E70 is #64A18F. Grayscale: #727272. Windows color (decimal): -6594960 or 7364251. OLE color: 7364251.

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

Color convert

RGB 155 94 112 -
CMYK 0 0.39 0.28 0.39
HSL 342.3º 0.24% 0.49% -
HSV(B) 342.3º 0.39% 0.61% -
XYZ 20.44 16.14 17.37 -
YUV 114.29 126.71 157.04 -
System Red Green Blue C M Y K H S L
Decimal 155 94 112 0 0.39 0.28 0.39 342.3 0.24 0.49
Hex 9B 5E 70 0 27 1C 27 156 18 31
Octal 233 136 160 0 47 34 47 526 30 61
Binary 10011011 1011110 1110000 0 100111 11100 100111 101010110 11000 110001

Color Harmonies of #9B5E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E70

Black with #9B5E70

Text Example


Text Example

White with #9B5E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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