Html Css Color HEX #816067 Mauve Taupe

📋 copy color: '#816067'

red 129 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #816067

Tints of Mauve Taupe #816067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.4%

R = 39.33%
G = 29.27%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#816067 (or 0x816067) is known color: Mauve Taupe. HEX triplet: 81, 60 and 67. RGB value is (129,96,103). Sum of RGB (Red+Green+Blue) = 129+96+103=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #816067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816067 is #7E9F98. Grayscale: #6A6A6A. Windows color (decimal): -8298393 or 6774913. OLE color: 6774913.

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

Color convert

RGB 129 96 103 -
CMYK 0 0.26 0.20 0.49
HSL 347.27º 0.15% 0.44% -
HSV(B) 347.27º 0.26% 0.51% -
XYZ 15.68 14.01 14.71 -
YUV 106.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 129 96 103 0 0.26 0.20 0.49 347.27 0.15 0.44
Hex 81 60 67 0 1A 14 31 15B F 2C
Octal 201 140 147 0 32 24 61 533 17 54
Binary 10000001 1100000 1100111 0 11010 10100 110001 101011011 1111 101100

Color Harmonies of #816067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816067

Black with #816067

Text Example


Text Example

White with #816067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816067; }

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

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

background-color css

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

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

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

border-color css

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

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

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