Html Css Color HEX #83636E Mauve Taupe

📋 copy color: '#83636E'

red 131 ◦ green 99 ◦ blue 110

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

Shades of Mauve Taupe #83636E

Tints of Mauve Taupe #83636E

RGB

 RED value IS 131 (51.56% from 255) = 38.53%

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

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

R = 38.53%
G = 29.12%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#83636E (or 0x83636E) is known color: Mauve Taupe. HEX triplet: 83, 63 and 6E. RGB value is (131,99,110). Sum of RGB (Red+Green+Blue) = 131+99+110=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 110 (43.36% from 255 or 32.35% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83636E is #7C9C91. Grayscale: #6D6D6D. Windows color (decimal): -8166546 or 7234435. OLE color: 7234435.

HSL color Cylindrical-coordinate representation of color #83636E: hue angle of 339.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #83636E is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 99 110 -
CMYK 0 0.24 0.16 0.49
HSL 339.38º 0.14% 0.45% -
HSV(B) 339.38º 0.24% 0.51% -
XYZ 16.64 14.87 16.75 -
YUV 109.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 131 99 110 0 0.24 0.16 0.49 339.38 0.14 0.45
Hex 83 63 6E 0 18 10 31 153 E 2D
Octal 203 143 156 0 30 20 61 523 16 55
Binary 10000011 1100011 1101110 0 11000 10000 110001 101010011 1110 101101

Color Harmonies of #83636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83636E

Black with #83636E

Text Example


Text Example

White with #83636E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83636E; }

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

 H1.HeaderClassName
 {
   color: #83636E;
 }
 .AnyTagClassName
 {
   color: #83636E;
 }
</style>

background-color css

<style>
 a { background-color: #83636E; }

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

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

border-color css

<style>
 span { border-color: #83636E; }

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

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