Html Css Color HEX #826166 Mauve Taupe

📋 copy color: '#826166'

red 130 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #826166

Tints of Mauve Taupe #826166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 39.51%
G = 29.48%
B = 31%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#826166 (or 0x826166) is known color: Mauve Taupe. HEX triplet: 82, 61 and 66. RGB value is (130,97,102). Sum of RGB (Red+Green+Blue) = 130+97+102=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #826166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826166 is #7D9E99. Grayscale: #6B6B6B. Windows color (decimal): -8232602 or 6709634. OLE color: 6709634.

HSL color Cylindrical-coordinate representation of color #826166: hue angle of 350.91º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826166 is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 97 102 -
CMYK 0 0.25 0.22 0.49
HSL 350.91º 0.15% 0.45% -
HSV(B) 350.91º 0.25% 0.51% -
XYZ 15.88 14.25 14.48 -
YUV 107.44 124.93 144.09 -
System Red Green Blue C M Y K H S L
Decimal 130 97 102 0 0.25 0.22 0.49 350.91 0.15 0.45
Hex 82 61 66 0 19 16 31 15F F 2D
Octal 202 141 146 0 31 26 61 537 17 55
Binary 10000010 1100001 1100110 0 11001 10110 110001 101011111 1111 101101

Color Harmonies of #826166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826166

Black with #826166

Text Example


Text Example

White with #826166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826166; }

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

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

background-color css

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

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

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

border-color css

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

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

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