Html Css Color HEX #9B6168 Mauve Taupe

📋 copy color: '#9B6168'

red 155 ◦ green 97 ◦ blue 104

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

Shades of Mauve Taupe #9B6168

Tints of Mauve Taupe #9B6168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.21%

R = 43.54%
G = 27.25%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B6168 (or 0x9B6168) is known color: Mauve Taupe. HEX triplet: 9B, 61 and 68. RGB value is (155,97,104). Sum of RGB (Red+Green+Blue) = 155+97+104=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 97 (38.28% from 255 or 27.25% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6168 is #649E97. Grayscale: #737373. Windows color (decimal): -6594200 or 6840731. OLE color: 6840731.

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

Color convert

RGB 155 97 104 -
CMYK 0 0.37 0.33 0.39
HSL 352.76º 0.23% 0.49% -
HSV(B) 352.76º 0.37% 0.61% -
XYZ 20.29 16.52 15.22 -
YUV 115.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 155 97 104 0 0.37 0.33 0.39 352.76 0.23 0.49
Hex 9B 61 68 0 25 21 27 161 17 31
Octal 233 141 150 0 45 41 47 541 27 61
Binary 10011011 1100001 1101000 0 100101 100001 100111 101100001 10111 110001

Color Harmonies of #9B6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6168

Black with #9B6168

Text Example


Text Example

White with #9B6168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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