Html Css Color HEX #9B5A6C Mauve Taupe

📋 copy color: '#9B5A6C'

red 155 ◦ green 90 ◦ blue 108

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

Shades of Mauve Taupe #9B5A6C

Tints of Mauve Taupe #9B5A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.59%

R = 43.91%
G = 25.5%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B5A6C (or 0x9B5A6C) is known color: Mauve Taupe. HEX triplet: 9B, 5A and 6C. RGB value is (155,90,108). Sum of RGB (Red+Green+Blue) = 155+90+108=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5A6C is #64A593. Grayscale: #6F6F6F. Windows color (decimal): -6595988 or 7101083. OLE color: 7101083.

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

Color convert

RGB 155 90 108 -
CMYK 0 0.42 0.30 0.39
HSL 343.38º 0.27% 0.48% -
HSV(B) 343.38º 0.42% 0.61% -
XYZ 19.88 15.36 16.11 -
YUV 111.49 126.03 159.04 -
System Red Green Blue C M Y K H S L
Decimal 155 90 108 0 0.42 0.30 0.39 343.38 0.27 0.48
Hex 9B 5A 6C 0 2A 1E 27 157 1B 30
Octal 233 132 154 0 52 36 47 527 33 60
Binary 10011011 1011010 1101100 0 101010 11110 100111 101010111 11011 110000

Color Harmonies of #9B5A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5A6C

Black with #9B5A6C

Text Example


Text Example

White with #9B5A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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