Html Css Color HEX #9B5C6C Mauve Taupe

📋 copy color: '#9B5C6C'

red 155 ◦ green 92 ◦ blue 108

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

Shades of Mauve Taupe #9B5C6C

Tints of Mauve Taupe #9B5C6C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

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

R = 43.66%
G = 25.92%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.39

RGB Variations

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

Color information

#9B5C6C (or 0x9B5C6C) is known color: Mauve Taupe. HEX triplet: 9B, 5C and 6C. RGB value is (155,92,108). Sum of RGB (Red+Green+Blue) = 155+92+108=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5C6C is #64A393. Grayscale: #707070. Windows color (decimal): -6595476 or 7101595. OLE color: 7101595.

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

Color convert

RGB 155 92 108 -
CMYK 0 0.41 0.30 0.39
HSL 344.76º 0.26% 0.48% -
HSV(B) 344.76º 0.41% 0.61% -
XYZ 20.05 15.71 16.16 -
YUV 112.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 155 92 108 0 0.41 0.30 0.39 344.76 0.26 0.48
Hex 9B 5C 6C 0 29 1E 27 159 1A 30
Octal 233 134 154 0 51 36 47 531 32 60
Binary 10011011 1011100 1101100 0 101001 11110 100111 101011001 11010 110000

Color Harmonies of #9B5C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5C6C

Black with #9B5C6C

Text Example


Text Example

White with #9B5C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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