Html Css Color HEX #9B5E68 Mauve Taupe

📋 copy color: '#9B5E68'

red 155 ◦ green 94 ◦ blue 104

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

Shades of Mauve Taupe #9B5E68

Tints of Mauve Taupe #9B5E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.63%

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

R = 43.91%
G = 26.63%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B5E68 (or 0x9B5E68) is known color: Mauve Taupe. HEX triplet: 9B, 5E and 68. RGB value is (155,94,104). Sum of RGB (Red+Green+Blue) = 155+94+104=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 104 (41.02% from 255 or 29.46% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E68 is #64A197. Grayscale: #717171. Windows color (decimal): -6594968 or 6839963. OLE color: 6839963.

HSL color Cylindrical-coordinate representation of color #9B5E68: hue angle of 350.16º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B5E68 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 94 104 -
CMYK 0 0.39 0.33 0.39
HSL 350.16º 0.24% 0.49% -
HSV(B) 350.16º 0.39% 0.61% -
XYZ 20.02 15.97 15.12 -
YUV 113.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 155 94 104 0 0.39 0.33 0.39 350.16 0.24 0.49
Hex 9B 5E 68 0 27 21 27 15E 18 31
Octal 233 136 150 0 47 41 47 536 30 61
Binary 10011011 1011110 1101000 0 100111 100001 100111 101011110 11000 110001

Color Harmonies of #9B5E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E68

Black with #9B5E68

Text Example


Text Example

White with #9B5E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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