Html Css Color HEX #9B636F Mauve Taupe

📋 copy color: '#9B636F'

red 155 ◦ green 99 ◦ blue 111

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

Shades of Mauve Taupe #9B636F

Tints of Mauve Taupe #9B636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.41%

R = 42.47%
G = 27.12%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#9B636F (or 0x9B636F) is known color: Mauve Taupe. HEX triplet: 9B, 63 and 6F. RGB value is (155,99,111). Sum of RGB (Red+Green+Blue) = 155+99+111=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 99 (39.06% from 255 or 27.12% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B636F is #649C90. Grayscale: #757575. Windows color (decimal): -6593681 or 7299995. OLE color: 7299995.

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

Color convert

RGB 155 99 111 -
CMYK 0 0.36 0.28 0.39
HSL 347.14º 0.22% 0.5% -
HSV(B) 347.14º 0.36% 0.61% -
XYZ 20.85 17.04 17.23 -
YUV 117.11 124.55 155.02 -
System Red Green Blue C M Y K H S L
Decimal 155 99 111 0 0.36 0.28 0.39 347.14 0.22 0.5
Hex 9B 63 6F 0 24 1C 27 15B 16 32
Octal 233 143 157 0 44 34 47 533 26 62
Binary 10011011 1100011 1101111 0 100100 11100 100111 101011011 10110 110010

Color Harmonies of #9B636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B636F

Black with #9B636F

Text Example


Text Example

White with #9B636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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