Html Css Color HEX #9B5D72 Mauve Taupe

📋 copy color: '#9B5D72'

red 155 ◦ green 93 ◦ blue 114

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

Shades of Mauve Taupe #9B5D72

Tints of Mauve Taupe #9B5D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.49%

R = 42.82%
G = 25.69%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B5D72 (or 0x9B5D72) is known color: Mauve Taupe. HEX triplet: 9B, 5D and 72. RGB value is (155,93,114). Sum of RGB (Red+Green+Blue) = 155+93+114=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D72 is #64A28D. Grayscale: #717171. Windows color (decimal): -6595214 or 7495067. OLE color: 7495067.

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

Color convert

RGB 155 93 114 -
CMYK 0 0.4 0.26 0.39
HSL 339.68º 0.25% 0.49% -
HSV(B) 339.68º 0.4% 0.61% -
XYZ 20.47 16.01 17.93 -
YUV 113.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 155 93 114 0 0.4 0.26 0.39 339.68 0.25 0.49
Hex 9B 5D 72 0 28 1A 27 154 19 31
Octal 233 135 162 0 50 32 47 524 31 61
Binary 10011011 1011101 1110010 0 101000 11010 100111 101010100 11001 110001

Color Harmonies of #9B5D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D72

Black with #9B5D72

Text Example


Text Example

White with #9B5D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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