Html Css Color HEX #9B586E Mauve Taupe

📋 copy color: '#9B586E'

red 155 ◦ green 88 ◦ blue 110

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

Shades of Mauve Taupe #9B586E

Tints of Mauve Taupe #9B586E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.16%

R = 43.91%
G = 24.93%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B586E (or 0x9B586E) is known color: Mauve Taupe. HEX triplet: 9B, 58 and 6E. RGB value is (155,88,110). Sum of RGB (Red+Green+Blue) = 155+88+110=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 110 (43.36% from 255 or 31.16% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B586E is #64A791. Grayscale: #6E6E6E. Windows color (decimal): -6596498 or 7231643. OLE color: 7231643.

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

Color convert

RGB 155 88 110 -
CMYK 0 0.43 0.29 0.39
HSL 340.3º 0.28% 0.48% -
HSV(B) 340.3º 0.43% 0.61% -
XYZ 19.82 15.07 16.62 -
YUV 110.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 155 88 110 0 0.43 0.29 0.39 340.3 0.28 0.48
Hex 9B 58 6E 0 2B 1D 27 154 1C 30
Octal 233 130 156 0 53 35 47 524 34 60
Binary 10011011 1011000 1101110 0 101011 11101 100111 101010100 11100 110000

Color Harmonies of #9B586E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B586E

Black with #9B586E

Text Example


Text Example

White with #9B586E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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