Html Css Color HEX #82636B Mauve Taupe

📋 copy color: '#82636B'

red 130 ◦ green 99 ◦ blue 107

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

Shades of Mauve Taupe #82636B

Tints of Mauve Taupe #82636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 38.69%
G = 29.46%
B = 31.85%

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

#82636B (or 0x82636B) is known color: Mauve Taupe. HEX triplet: 82, 63 and 6B. RGB value is (130,99,107). Sum of RGB (Red+Green+Blue) = 130+99+107=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82636B is #7D9C94. Grayscale: #6D6D6D. Windows color (decimal): -8232085 or 7037826. OLE color: 7037826.

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

Color convert

RGB 130 99 107 -
CMYK 0 0.24 0.18 0.49
HSL 344.52º 0.14% 0.45% -
HSV(B) 344.52º 0.24% 0.51% -
XYZ 16.32 14.73 15.89 -
YUV 109.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 130 99 107 0 0.24 0.18 0.49 344.52 0.14 0.45
Hex 82 63 6B 0 18 12 31 159 E 2D
Octal 202 143 153 0 30 22 61 531 16 55
Binary 10000010 1100011 1101011 0 11000 10010 110001 101011001 1110 101101

Color Harmonies of #82636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82636B

Black with #82636B

Text Example


Text Example

White with #82636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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