Html Css Color HEX #826068 Mauve Taupe

📋 copy color: '#826068'

red 130 ◦ green 96 ◦ blue 104

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

Shades of Mauve Taupe #826068

Tints of Mauve Taupe #826068

RGB

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

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

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

R = 39.39%
G = 29.09%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#826068 (or 0x826068) is known color: Mauve Taupe. HEX triplet: 82, 60 and 68. RGB value is (130,96,104). Sum of RGB (Red+Green+Blue) = 130+96+104=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #826068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826068 is #7D9F97. Grayscale: #6B6B6B. Windows color (decimal): -8232856 or 6840450. OLE color: 6840450.

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

Color convert

RGB 130 96 104 -
CMYK 0 0.26 0.2 0.49
HSL 345.88º 0.15% 0.44% -
HSV(B) 345.88º 0.26% 0.51% -
XYZ 15.89 14.11 14.98 -
YUV 107.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 130 96 104 0 0.26 0.2 0.49 345.88 0.15 0.44
Hex 82 60 68 0 1A 14 31 15A F 2C
Octal 202 140 150 0 32 24 61 532 17 54
Binary 10000010 1100000 1101000 0 11010 10100 110001 101011010 1111 101100

Color Harmonies of #826068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #826068

Black with #826068

Text Example


Text Example

White with #826068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #826068; }

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

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

background-color css

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

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

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

border-color css

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

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

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