Html Css Color HEX #9B616B Mauve Taupe

📋 copy color: '#9B616B'

red 155 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #9B616B

Tints of Mauve Taupe #9B616B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.02%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 43.18%
G = 27.02%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9B616B (or 0x9B616B) is known color: Mauve Taupe. HEX triplet: 9B, 61 and 6B. RGB value is (155,97,107). Sum of RGB (Red+Green+Blue) = 155+97+107=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B616B is #649E94. Grayscale: #737373. Windows color (decimal): -6594197 or 7037339. OLE color: 7037339.

HSL color Cylindrical-coordinate representation of color #9B616B: hue angle of 349.66º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B616B is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 107 -
CMYK 0 0.37 0.31 0.39
HSL 349.66º 0.23% 0.49% -
HSV(B) 349.66º 0.37% 0.61% -
XYZ 20.45 16.58 16.03 -
YUV 115.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 155 97 107 0 0.37 0.31 0.39 349.66 0.23 0.49
Hex 9B 61 6B 0 25 1F 27 15E 17 31
Octal 233 141 153 0 45 37 47 536 27 61
Binary 10011011 1100001 1101011 0 100101 11111 100111 101011110 10111 110001

Color Harmonies of #9B616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B616B

Black with #9B616B

Text Example


Text Example

White with #9B616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,97,107); }

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

background-color css

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

 a { background-color: rgb(155,97,107); }

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

border-color css

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

 span { border-color: rgb(155,97,107); }

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