Html Css Color HEX #9B697A Mauve Taupe

📋 copy color: '#9B697A'

red 155 ◦ green 105 ◦ blue 122

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

Shades of Mauve Taupe #9B697A

Tints of Mauve Taupe #9B697A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 40.58%
G = 27.49%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#9B697A (or 0x9B697A) is known color: Mauve Taupe. HEX triplet: 9B, 69 and 7A. RGB value is (155,105,122). Sum of RGB (Red+Green+Blue) = 155+105+122=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B697A is #649685. Grayscale: #797979. Windows color (decimal): -6592134 or 8022427. OLE color: 8022427.

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

Color convert

RGB 155 105 122 -
CMYK 0 0.32 0.21 0.39
HSL 339.6º 0.2% 0.51% -
HSV(B) 339.6º 0.32% 0.61% -
XYZ 22.08 18.48 20.81 -
YUV 121.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 155 105 122 0 0.32 0.21 0.39 339.6 0.2 0.51
Hex 9B 69 7A 0 20 15 27 154 14 33
Octal 233 151 172 0 40 25 47 524 24 63
Binary 10011011 1101001 1111010 0 100000 10101 100111 101010100 10100 110011

Color Harmonies of #9B697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B697A

Black with #9B697A

Text Example


Text Example

White with #9B697A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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