Html Css Color HEX #83636C Mauve Taupe

📋 copy color: '#83636C'

red 131 ◦ green 99 ◦ blue 108

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

Shades of Mauve Taupe #83636C

Tints of Mauve Taupe #83636C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.95%

R = 38.76%
G = 29.29%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#83636C (or 0x83636C) is known color: Mauve Taupe. HEX triplet: 83, 63 and 6C. RGB value is (131,99,108). Sum of RGB (Red+Green+Blue) = 131+99+108=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 131 - color contains mainly: red. Hex color #83636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83636C is #7C9C93. Grayscale: #6D6D6D. Windows color (decimal): -8166548 or 7103363. OLE color: 7103363.

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

Color convert

RGB 131 99 108 -
CMYK 0 0.24 0.18 0.49
HSL 343.13º 0.14% 0.45% -
HSV(B) 343.13º 0.24% 0.51% -
XYZ 16.53 14.83 16.18 -
YUV 109.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 131 99 108 0 0.24 0.18 0.49 343.13 0.14 0.45
Hex 83 63 6C 0 18 12 31 157 E 2D
Octal 203 143 154 0 30 22 61 527 16 55
Binary 10000011 1100011 1101100 0 11000 10010 110001 101010111 1110 101101

Color Harmonies of #83636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83636C

Black with #83636C

Text Example


Text Example

White with #83636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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