Html Css Color HEX #826168 Mauve Taupe

📋 copy color: '#826168'

red 130 ◦ green 97 ◦ blue 104

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

Shades of Mauve Taupe #826168

Tints of Mauve Taupe #826168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.42%

R = 39.27%
G = 29.31%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#826168 (or 0x826168) is known color: Mauve Taupe. HEX triplet: 82, 61 and 68. RGB value is (130,97,104). Sum of RGB (Red+Green+Blue) = 130+97+104=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #826168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826168 is #7D9E97. Grayscale: #6B6B6B. Windows color (decimal): -8232600 or 6840706. OLE color: 6840706.

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

Color convert

RGB 130 97 104 -
CMYK 0 0.25 0.2 0.49
HSL 347.27º 0.15% 0.45% -
HSV(B) 347.27º 0.25% 0.51% -
XYZ 15.98 14.29 15.01 -
YUV 107.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 130 97 104 0 0.25 0.2 0.49 347.27 0.15 0.45
Hex 82 61 68 0 19 14 31 15B F 2D
Octal 202 141 150 0 31 24 61 533 17 55
Binary 10000010 1100001 1101000 0 11001 10100 110001 101011011 1111 101101

Color Harmonies of #826168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826168

Black with #826168

Text Example


Text Example

White with #826168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826168; }

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

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

background-color css

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

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

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

border-color css

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

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

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