Html Css Color HEX #82636A Mauve Taupe

📋 copy color: '#82636A'

red 130 ◦ green 99 ◦ blue 106

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

Shades of Mauve Taupe #82636A

Tints of Mauve Taupe #82636A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 38.81%
G = 29.55%
B = 31.64%

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

#82636A (or 0x82636A) is known color: Mauve Taupe. HEX triplet: 82, 63 and 6A. RGB value is (130,99,106). Sum of RGB (Red+Green+Blue) = 130+99+106=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82636A is #7D9C95. Grayscale: #6D6D6D. Windows color (decimal): -8232086 or 6972290. OLE color: 6972290.

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

Color convert

RGB 130 99 106 -
CMYK 0 0.24 0.18 0.49
HSL 346.45º 0.14% 0.45% -
HSV(B) 346.45º 0.24% 0.51% -
XYZ 16.27 14.71 15.62 -
YUV 109.07 126.27 142.93 -
System Red Green Blue C M Y K H S L
Decimal 130 99 106 0 0.24 0.18 0.49 346.45 0.14 0.45
Hex 82 63 6A 0 18 12 31 15A E 2D
Octal 202 143 152 0 30 22 61 532 16 55
Binary 10000010 1100011 1101010 0 11000 10010 110001 101011010 1110 101101

Color Harmonies of #82636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82636A

Black with #82636A

Text Example


Text Example

White with #82636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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