Html Css Color HEX #9B5D68 Mauve Taupe

📋 copy color: '#9B5D68'

red 155 ◦ green 93 ◦ blue 104

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

Shades of Mauve Taupe #9B5D68

Tints of Mauve Taupe #9B5D68

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 44.03%
G = 26.42%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#9B5D68 (or 0x9B5D68) is known color: Mauve Taupe. HEX triplet: 9B, 5D and 68. RGB value is (155,93,104). Sum of RGB (Red+Green+Blue) = 155+93+104=352 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.03% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D68 is #64A297. Grayscale: #707070. Windows color (decimal): -6595224 or 6839707. OLE color: 6839707.

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

Color convert

RGB 155 93 104 -
CMYK 0 0.4 0.33 0.39
HSL 349.35º 0.25% 0.49% -
HSV(B) 349.35º 0.4% 0.61% -
XYZ 19.93 15.8 15.1 -
YUV 112.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 155 93 104 0 0.4 0.33 0.39 349.35 0.25 0.49
Hex 9B 5D 68 0 28 21 27 15D 19 31
Octal 233 135 150 0 50 41 47 535 31 61
Binary 10011011 1011101 1101000 0 101000 100001 100111 101011101 11001 110001

Color Harmonies of #9B5D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D68

Black with #9B5D68

Text Example


Text Example

White with #9B5D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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