Html Css Color HEX #8B636E Mauve Taupe

📋 copy color: '#8B636E'

red 139 ◦ green 99 ◦ blue 110

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

Shades of Mauve Taupe #8B636E

Tints of Mauve Taupe #8B636E

RGB

 RED value IS 139 (54.69% from 255) = 39.94%

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

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

R = 39.94%
G = 28.45%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B636E (or 0x8B636E) is known color: Mauve Taupe. HEX triplet: 8B, 63 and 6E. RGB value is (139,99,110). Sum of RGB (Red+Green+Blue) = 139+99+110=348 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.94% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 139 - color contains mainly: red. Hex color #8B636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B636E is #749C91. Grayscale: #707070. Windows color (decimal): -7642258 or 7234443. OLE color: 7234443.

HSL color Cylindrical-coordinate representation of color #8B636E: hue angle of 343.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B636E is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 99 110 -
CMYK 0 0.29 0.21 0.45
HSL 343.5º 0.17% 0.47% -
HSV(B) 343.5º 0.29% 0.55% -
XYZ 17.92 15.54 16.81 -
YUV 112.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 139 99 110 0 0.29 0.21 0.45 343.5 0.17 0.47
Hex 8B 63 6E 0 1D 15 2D 158 11 2F
Octal 213 143 156 0 35 25 55 530 21 57
Binary 10001011 1100011 1101110 0 11101 10101 101101 101011000 10001 101111

Color Harmonies of #8B636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B636E

Black with #8B636E

Text Example


Text Example

White with #8B636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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