Html Css Color HEX #83636D Mauve Taupe

📋 copy color: '#83636D'

red 131 ◦ green 99 ◦ blue 109

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

Shades of Mauve Taupe #83636D

Tints of Mauve Taupe #83636D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.15%

R = 38.64%
G = 29.2%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#83636D (or 0x83636D) is known color: Mauve Taupe. HEX triplet: 83, 63 and 6D. RGB value is (131,99,109). Sum of RGB (Red+Green+Blue) = 131+99+109=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83636D is #7C9C92. Grayscale: #6D6D6D. Windows color (decimal): -8166547 or 7168899. OLE color: 7168899.

HSL color Cylindrical-coordinate representation of color #83636D: hue angle of 341.25º 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 #83636D is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 99 109 -
CMYK 0 0.24 0.17 0.49
HSL 341.25º 0.14% 0.45% -
HSV(B) 341.25º 0.24% 0.51% -
XYZ 16.58 14.85 16.46 -
YUV 109.71 127.6 143.19 -
System Red Green Blue C M Y K H S L
Decimal 131 99 109 0 0.24 0.17 0.49 341.25 0.14 0.45
Hex 83 63 6D 0 18 11 31 155 E 2D
Octal 203 143 155 0 30 21 61 525 16 55
Binary 10000011 1100011 1101101 0 11000 10001 110001 101010101 1110 101101

Color Harmonies of #83636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83636D

Black with #83636D

Text Example


Text Example

White with #83636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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