Html Css Color HEX #9B5D74 Mauve Taupe

📋 copy color: '#9B5D74'

red 155 ◦ green 93 ◦ blue 116

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

Shades of Mauve Taupe #9B5D74

Tints of Mauve Taupe #9B5D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.87%

R = 42.58%
G = 25.55%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B5D74 (or 0x9B5D74) is known color: Mauve Taupe. HEX triplet: 9B, 5D and 74. RGB value is (155,93,116). Sum of RGB (Red+Green+Blue) = 155+93+116=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D74 is #64A28B. Grayscale: #727272. Windows color (decimal): -6595212 or 7626139. OLE color: 7626139.

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

Color convert

RGB 155 93 116 -
CMYK 0 0.4 0.25 0.39
HSL 337.74º 0.25% 0.49% -
HSV(B) 337.74º 0.4% 0.61% -
XYZ 20.58 16.06 18.54 -
YUV 114.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 155 93 116 0 0.4 0.25 0.39 337.74 0.25 0.49
Hex 9B 5D 74 0 28 19 27 152 19 31
Octal 233 135 164 0 50 31 47 522 31 61
Binary 10011011 1011101 1110100 0 101000 11001 100111 101010010 11001 110001

Color Harmonies of #9B5D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D74

Black with #9B5D74

Text Example


Text Example

White with #9B5D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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