Html Css Color HEX #9B5670 Mauve Taupe

📋 copy color: '#9B5670'

red 155 ◦ green 86 ◦ blue 112

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

Shades of Mauve Taupe #9B5670

Tints of Mauve Taupe #9B5670

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

 BLUE value IS 112 (44.14% from 255) = 31.73%

R = 43.91%
G = 24.36%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B5670 (or 0x9B5670) is known color: Mauve Taupe. HEX triplet: 9B, 56 and 70. RGB value is (155,86,112). Sum of RGB (Red+Green+Blue) = 155+86+112=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5670 is #64A98F. Grayscale: #6D6D6D. Windows color (decimal): -6597008 or 7362203. OLE color: 7362203.

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

Color convert

RGB 155 86 112 -
CMYK 0 0.45 0.28 0.39
HSL 337.39º 0.29% 0.47% -
HSV(B) 337.39º 0.45% 0.61% -
XYZ 19.77 14.79 17.14 -
YUV 109.6 129.36 160.39 -
System Red Green Blue C M Y K H S L
Decimal 155 86 112 0 0.45 0.28 0.39 337.39 0.29 0.47
Hex 9B 56 70 0 2D 1C 27 151 1D 2F
Octal 233 126 160 0 55 34 47 521 35 57
Binary 10011011 1010110 1110000 0 101101 11100 100111 101010001 11101 101111

Color Harmonies of #9B5670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5670

Black with #9B5670

Text Example


Text Example

White with #9B5670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,86,112); }

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

background-color css

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

 a { background-color: rgb(155,86,112); }

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

border-color css

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

 span { border-color: rgb(155,86,112); }

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