Html Css Color HEX #9B6773 Mauve Taupe

📋 copy color: '#9B6773'

red 155 ◦ green 103 ◦ blue 115

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

Shades of Mauve Taupe #9B6773

Tints of Mauve Taupe #9B6773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.61%

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 41.55%
G = 27.61%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#9B6773 (or 0x9B6773) is known color: Mauve Taupe. HEX triplet: 9B, 67 and 73. RGB value is (155,103,115). Sum of RGB (Red+Green+Blue) = 155+103+115=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6773 is #64988C. Grayscale: #777777. Windows color (decimal): -6592653 or 7563163. OLE color: 7563163.

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

Color convert

RGB 155 103 115 -
CMYK 0 0.34 0.26 0.39
HSL 346.15º 0.21% 0.51% -
HSV(B) 346.15º 0.34% 0.61% -
XYZ 21.46 17.91 18.54 -
YUV 119.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 155 103 115 0 0.34 0.26 0.39 346.15 0.21 0.51
Hex 9B 67 73 0 22 1A 27 15A 15 33
Octal 233 147 163 0 42 32 47 532 25 63
Binary 10011011 1100111 1110011 0 100010 11010 100111 101011010 10101 110011

Color Harmonies of #9B6773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6773

Black with #9B6773

Text Example


Text Example

White with #9B6773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,115); }

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

background-color css

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

 a { background-color: rgb(155,103,115); }

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

border-color css

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

 span { border-color: rgb(155,103,115); }

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