Html Css Color HEX #82606D Mauve Taupe

📋 copy color: '#82606D'

red 130 ◦ green 96 ◦ blue 109

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

Shades of Mauve Taupe #82606D

Tints of Mauve Taupe #82606D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

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

R = 38.81%
G = 28.66%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#82606D (or 0x82606D) is known color: Mauve Taupe. HEX triplet: 82, 60 and 6D. RGB value is (130,96,109). Sum of RGB (Red+Green+Blue) = 130+96+109=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 109 (42.97% from 255 or 32.54% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #82606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82606D is #7D9F92. Grayscale: #6B6B6B. Windows color (decimal): -8232851 or 7168130. OLE color: 7168130.

HSL color Cylindrical-coordinate representation of color #82606D: hue angle of 337.06º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #82606D is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 109 -
CMYK 0 0.26 0.16 0.49
HSL 337.06º 0.15% 0.44% -
HSV(B) 337.06º 0.26% 0.51% -
XYZ 16.15 14.22 16.36 -
YUV 107.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 130 96 109 0 0.26 0.16 0.49 337.06 0.15 0.44
Hex 82 60 6D 0 1A 10 31 151 F 2C
Octal 202 140 155 0 32 20 61 521 17 54
Binary 10000010 1100000 1101101 0 11010 10000 110001 101010001 1111 101100

Color Harmonies of #82606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82606D

Black with #82606D

Text Example


Text Example

White with #82606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,96,109); }

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

background-color css

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

 a { background-color: rgb(130,96,109); }

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

border-color css

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

 span { border-color: rgb(130,96,109); }

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