Html Css Color HEX #9B5A6F Mauve Taupe

📋 copy color: '#9B5A6F'

red 155 ◦ green 90 ◦ blue 111

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

Shades of Mauve Taupe #9B5A6F

Tints of Mauve Taupe #9B5A6F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 111 (43.75% from 255) = 31.18%

R = 43.54%
G = 25.28%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B5A6F (or 0x9B5A6F) is known color: Mauve Taupe. HEX triplet: 9B, 5A and 6F. RGB value is (155,90,111). Sum of RGB (Red+Green+Blue) = 155+90+111=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 111 (43.75% from 255 or 31.18% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A6F is #64A590. Grayscale: #6F6F6F. Windows color (decimal): -6595985 or 7297691. OLE color: 7297691.

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

Color convert

RGB 155 90 111 -
CMYK 0 0.42 0.28 0.39
HSL 340.62º 0.27% 0.48% -
HSV(B) 340.62º 0.42% 0.61% -
XYZ 20.04 15.43 16.96 -
YUV 111.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 155 90 111 0 0.42 0.28 0.39 340.62 0.27 0.48
Hex 9B 5A 6F 0 2A 1C 27 155 1B 30
Octal 233 132 157 0 52 34 47 525 33 60
Binary 10011011 1011010 1101111 0 101010 11100 100111 101010101 11011 110000

Color Harmonies of #9B5A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A6F

Black with #9B5A6F

Text Example


Text Example

White with #9B5A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,90,111); }

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

background-color css

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

 a { background-color: rgb(155,90,111); }

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

border-color css

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

 span { border-color: rgb(155,90,111); }

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