Html Css Color HEX #9B586D Mauve Taupe

📋 copy color: '#9B586D'

red 155 ◦ green 88 ◦ blue 109

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

Shades of Mauve Taupe #9B586D

Tints of Mauve Taupe #9B586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25%

 BLUE value IS 109 (42.97% from 255) = 30.97%

R = 44.03%
G = 25%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B586D (or 0x9B586D) is known color: Mauve Taupe. HEX triplet: 9B, 58 and 6D. RGB value is (155,88,109). Sum of RGB (Red+Green+Blue) = 155+88+109=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 109 (42.97% from 255 or 30.97% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B586D is #64A792. Grayscale: #6E6E6E. Windows color (decimal): -6596499 or 7166107. OLE color: 7166107.

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

Color convert

RGB 155 88 109 -
CMYK 0 0.43 0.30 0.39
HSL 341.19º 0.28% 0.48% -
HSV(B) 341.19º 0.43% 0.61% -
XYZ 19.77 15.05 16.33 -
YUV 110.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 155 88 109 0 0.43 0.30 0.39 341.19 0.28 0.48
Hex 9B 58 6D 0 2B 1E 27 155 1C 30
Octal 233 130 155 0 53 36 47 525 34 60
Binary 10011011 1011000 1101101 0 101011 11110 100111 101010101 11100 110000

Color Harmonies of #9B586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B586D

Black with #9B586D

Text Example


Text Example

White with #9B586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,88,109); }

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

background-color css

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

 a { background-color: rgb(155,88,109); }

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

border-color css

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

 span { border-color: rgb(155,88,109); }

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