Html Css Color HEX #82636C Mauve Taupe

📋 copy color: '#82636C'

red 130 ◦ green 99 ◦ blue 108

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

Shades of Mauve Taupe #82636C

Tints of Mauve Taupe #82636C

RGB

 RED value IS 130 (51.17% from 255) = 38.58%

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

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

R = 38.58%
G = 29.38%
B = 32.05%

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

#82636C (or 0x82636C) is known color: Mauve Taupe. HEX triplet: 82, 63 and 6C. RGB value is (130,99,108). Sum of RGB (Red+Green+Blue) = 130+99+108=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82636C is #7D9C93. Grayscale: #6D6D6D. Windows color (decimal): -8232084 or 7103362. OLE color: 7103362.

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

Color convert

RGB 130 99 108 -
CMYK 0 0.24 0.17 0.49
HSL 342.58º 0.14% 0.45% -
HSV(B) 342.58º 0.24% 0.51% -
XYZ 16.37 14.75 16.17 -
YUV 109.3 127.27 142.77 -
System Red Green Blue C M Y K H S L
Decimal 130 99 108 0 0.24 0.17 0.49 342.58 0.14 0.45
Hex 82 63 6C 0 18 11 31 157 E 2D
Octal 202 143 154 0 30 21 61 527 16 55
Binary 10000010 1100011 1101100 0 11000 10001 110001 101010111 1110 101101

Color Harmonies of #82636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82636C

Black with #82636C

Text Example


Text Example

White with #82636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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