Html Css Color HEX #9B5D69 Mauve Taupe

📋 copy color: '#9B5D69'

red 155 ◦ green 93 ◦ blue 105

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

Shades of Mauve Taupe #9B5D69

Tints of Mauve Taupe #9B5D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 43.91%
G = 26.35%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.32

 K value IS 0.39

RGB Variations

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

Color information

#9B5D69 (or 0x9B5D69) is known color: Mauve Taupe. HEX triplet: 9B, 5D and 69. RGB value is (155,93,105). Sum of RGB (Red+Green+Blue) = 155+93+105=353 (46% of max value = 765). Red value is 155 (60.94% from 255 or 43.91% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5D69 is #64A296. Grayscale: #707070. Windows color (decimal): -6595223 or 6905243. OLE color: 6905243.

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

Color convert

RGB 155 93 105 -
CMYK 0 0.4 0.32 0.39
HSL 348.39º 0.25% 0.49% -
HSV(B) 348.39º 0.4% 0.61% -
XYZ 19.98 15.82 15.36 -
YUV 112.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 155 93 105 0 0.4 0.32 0.39 348.39 0.25 0.49
Hex 9B 5D 69 0 28 20 27 15C 19 31
Octal 233 135 151 0 50 40 47 534 31 61
Binary 10011011 1011101 1101001 0 101000 100000 100111 101011100 11001 110001

Color Harmonies of #9B5D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5D69

Black with #9B5D69

Text Example


Text Example

White with #9B5D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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