Html Css Color HEX #9B6679 Mauve Taupe

📋 copy color: '#9B6679'

red 155 ◦ green 102 ◦ blue 121

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

Shades of Mauve Taupe #9B6679

Tints of Mauve Taupe #9B6679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.98%

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 41.01%
G = 26.98%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.39

RGB Variations

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

Color information

#9B6679 (or 0x9B6679) is known color: Mauve Taupe. HEX triplet: 9B, 66 and 79. RGB value is (155,102,121). Sum of RGB (Red+Green+Blue) = 155+102+121=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6679 is #649986. Grayscale: #777777. Windows color (decimal): -6592903 or 7956123. OLE color: 7956123.

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

Color convert

RGB 155 102 121 -
CMYK 0 0.34 0.22 0.39
HSL 338.49º 0.21% 0.5% -
HSV(B) 338.49º 0.34% 0.61% -
XYZ 21.72 17.85 20.39 -
YUV 120.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 155 102 121 0 0.34 0.22 0.39 338.49 0.21 0.5
Hex 9B 66 79 0 22 16 27 152 15 32
Octal 233 146 171 0 42 26 47 522 25 62
Binary 10011011 1100110 1111001 0 100010 10110 100111 101010010 10101 110010

Color Harmonies of #9B6679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6679

Black with #9B6679

Text Example


Text Example

White with #9B6679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,102,121); }

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

background-color css

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

 a { background-color: rgb(155,102,121); }

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

border-color css

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

 span { border-color: rgb(155,102,121); }

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