Html Css Color HEX #9B636E Mauve Taupe

📋 copy color: '#9B636E'

red 155 ◦ green 99 ◦ blue 110

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

Shades of Mauve Taupe #9B636E

Tints of Mauve Taupe #9B636E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

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

R = 42.58%
G = 27.2%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#9B636E (or 0x9B636E) is known color: Mauve Taupe. HEX triplet: 9B, 63 and 6E. RGB value is (155,99,110). Sum of RGB (Red+Green+Blue) = 155+99+110=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B636E is #649C91. Grayscale: #757575. Windows color (decimal): -6593682 or 7234459. OLE color: 7234459.

HSL color Cylindrical-coordinate representation of color #9B636E: hue angle of 348.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B636E is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 110 -
CMYK 0 0.36 0.29 0.39
HSL 348.21º 0.22% 0.5% -
HSV(B) 348.21º 0.36% 0.61% -
XYZ 20.79 17.02 16.94 -
YUV 117 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 155 99 110 0 0.36 0.29 0.39 348.21 0.22 0.5
Hex 9B 63 6E 0 24 1D 27 15C 16 32
Octal 233 143 156 0 44 35 47 534 26 62
Binary 10011011 1100011 1101110 0 100100 11101 100111 101011100 10110 110010

Color Harmonies of #9B636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B636E

Black with #9B636E

Text Example


Text Example

White with #9B636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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