Html Css Color HEX #9B656E Mauve Taupe

📋 copy color: '#9B656E'

red 155 ◦ green 101 ◦ blue 110

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

Shades of Mauve Taupe #9B656E

Tints of Mauve Taupe #9B656E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.6%

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

R = 42.35%
G = 27.6%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B656E (or 0x9B656E) is known color: Mauve Taupe. HEX triplet: 9B, 65 and 6E. RGB value is (155,101,110). Sum of RGB (Red+Green+Blue) = 155+101+110=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B656E is #649A91. Grayscale: #767676. Windows color (decimal): -6593170 or 7234971. OLE color: 7234971.

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

Color convert

RGB 155 101 110 -
CMYK 0 0.35 0.29 0.39
HSL 350º 0.21% 0.5% -
HSV(B) 350º 0.35% 0.61% -
XYZ 20.99 17.4 17 -
YUV 118.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 155 101 110 0 0.35 0.29 0.39 350 0.21 0.5
Hex 9B 65 6E 0 23 1D 27 15E 15 32
Octal 233 145 156 0 43 35 47 536 25 62
Binary 10011011 1100101 1101110 0 100011 11101 100111 101011110 10101 110010

Color Harmonies of #9B656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B656E

Black with #9B656E

Text Example


Text Example

White with #9B656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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