Html Css Color HEX #826066 Mauve Taupe

📋 copy color: '#826066'

red 130 ◦ green 96 ◦ blue 102

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

Shades of Mauve Taupe #826066

Tints of Mauve Taupe #826066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 39.63%
G = 29.27%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#826066 (or 0x826066) is known color: Mauve Taupe. HEX triplet: 82, 60 and 66. RGB value is (130,96,102). Sum of RGB (Red+Green+Blue) = 130+96+102=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826066 is #7D9F99. Grayscale: #6A6A6A. Windows color (decimal): -8232858 or 6709378. OLE color: 6709378.

HSL color Cylindrical-coordinate representation of color #826066: hue angle of 349.41º 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 #826066 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 96 102 -
CMYK 0 0.26 0.22 0.49
HSL 349.41º 0.15% 0.44% -
HSV(B) 349.41º 0.26% 0.51% -
XYZ 15.79 14.07 14.45 -
YUV 106.85 125.26 144.51 -
System Red Green Blue C M Y K H S L
Decimal 130 96 102 0 0.26 0.22 0.49 349.41 0.15 0.44
Hex 82 60 66 0 1A 16 31 15D F 2C
Octal 202 140 146 0 32 26 61 535 17 54
Binary 10000010 1100000 1100110 0 11010 10110 110001 101011101 1111 101100

Color Harmonies of #826066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826066

Black with #826066

Text Example


Text Example

White with #826066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826066; }

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

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

background-color css

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

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

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

border-color css

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

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

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