Html Css Color HEX #9B5675 Mauve Taupe

📋 copy color: '#9B5675'

red 155 ◦ green 86 ◦ blue 117

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

Shades of Mauve Taupe #9B5675

Tints of Mauve Taupe #9B5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.02%

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

R = 43.3%
G = 24.02%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#9B5675 (or 0x9B5675) is known color: Mauve Taupe. HEX triplet: 9B, 56 and 75. RGB value is (155,86,117). Sum of RGB (Red+Green+Blue) = 155+86+117=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5675 is #64A98A. Grayscale: #6E6E6E. Windows color (decimal): -6597003 or 7689883. OLE color: 7689883.

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

Color convert

RGB 155 86 117 -
CMYK 0 0.45 0.25 0.39
HSL 333.04º 0.29% 0.47% -
HSV(B) 333.04º 0.45% 0.61% -
XYZ 20.06 14.91 18.65 -
YUV 110.17 131.86 159.98 -
System Red Green Blue C M Y K H S L
Decimal 155 86 117 0 0.45 0.25 0.39 333.04 0.29 0.47
Hex 9B 56 75 0 2D 19 27 14D 1D 2F
Octal 233 126 165 0 55 31 47 515 35 57
Binary 10011011 1010110 1110101 0 101101 11001 100111 101001101 11101 101111

Color Harmonies of #9B5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5675

Black with #9B5675

Text Example


Text Example

White with #9B5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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