Html Css Color HEX #9B5E6E Mauve Taupe

📋 copy color: '#9B5E6E'

red 155 ◦ green 94 ◦ blue 110

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

Shades of Mauve Taupe #9B5E6E

Tints of Mauve Taupe #9B5E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 43.18%
G = 26.18%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B5E6E (or 0x9B5E6E) is known color: Mauve Taupe. HEX triplet: 9B, 5E and 6E. RGB value is (155,94,110). Sum of RGB (Red+Green+Blue) = 155+94+110=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E6E is #64A191. Grayscale: #727272. Windows color (decimal): -6594962 or 7233179. OLE color: 7233179.

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

Color convert

RGB 155 94 110 -
CMYK 0 0.39 0.29 0.39
HSL 344.26º 0.24% 0.49% -
HSV(B) 344.26º 0.39% 0.61% -
XYZ 20.33 16.1 16.79 -
YUV 114.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 155 94 110 0 0.39 0.29 0.39 344.26 0.24 0.49
Hex 9B 5E 6E 0 27 1D 27 158 18 31
Octal 233 136 156 0 47 35 47 530 30 61
Binary 10011011 1011110 1101110 0 100111 11101 100111 101011000 11000 110001

Color Harmonies of #9B5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5E6E

Black with #9B5E6E

Text Example


Text Example

White with #9B5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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