Html Css Color HEX #9B6169 Mauve Taupe

📋 copy color: '#9B6169'

red 155 ◦ green 97 ◦ blue 105

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

Shades of Mauve Taupe #9B6169

Tints of Mauve Taupe #9B6169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 43.42%
G = 27.17%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B6169 (or 0x9B6169) is known color: Mauve Taupe. HEX triplet: 9B, 61 and 69. RGB value is (155,97,105). Sum of RGB (Red+Green+Blue) = 155+97+105=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6169 is #649E96. Grayscale: #737373. Windows color (decimal): -6594199 or 6906267. OLE color: 6906267.

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

Color convert

RGB 155 97 105 -
CMYK 0 0.37 0.32 0.39
HSL 351.72º 0.23% 0.49% -
HSV(B) 351.72º 0.37% 0.61% -
XYZ 20.34 16.54 15.48 -
YUV 115.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 155 97 105 0 0.37 0.32 0.39 351.72 0.23 0.49
Hex 9B 61 69 0 25 20 27 160 17 31
Octal 233 141 151 0 45 40 47 540 27 61
Binary 10011011 1100001 1101001 0 100101 100000 100111 101100000 10111 110001

Color Harmonies of #9B6169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6169

Black with #9B6169

Text Example


Text Example

White with #9B6169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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