Html Css Color HEX #816068 Mauve Taupe

📋 copy color: '#816068'

red 129 ◦ green 96 ◦ blue 104

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

Shades of Mauve Taupe #816068

Tints of Mauve Taupe #816068

RGB

 RED value IS 129 (50.78% from 255) = 39.21%

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

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

R = 39.21%
G = 29.18%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#816068 (or 0x816068) is known color: Mauve Taupe. HEX triplet: 81, 60 and 68. RGB value is (129,96,104). Sum of RGB (Red+Green+Blue) = 129+96+104=329 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.21% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 129 - color contains mainly: red. Hex color #816068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816068 is #7E9F97. Grayscale: #6A6A6A. Windows color (decimal): -8298392 or 6840449. OLE color: 6840449.

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

Color convert

RGB 129 96 104 -
CMYK 0 0.26 0.19 0.49
HSL 345.45º 0.15% 0.44% -
HSV(B) 345.45º 0.26% 0.51% -
XYZ 15.73 14.03 14.98 -
YUV 106.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 129 96 104 0 0.26 0.19 0.49 345.45 0.15 0.44
Hex 81 60 68 0 1A 13 31 159 F 2C
Octal 201 140 150 0 32 23 61 531 17 54
Binary 10000001 1100000 1101000 0 11010 10011 110001 101011001 1111 101100

Color Harmonies of #816068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816068

Black with #816068

Text Example


Text Example

White with #816068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816068; }

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

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

background-color css

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

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

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

border-color css

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

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

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