Html Css Color HEX #816069 Mauve Taupe

📋 copy color: '#816069'

red 129 ◦ green 96 ◦ blue 105

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

Shades of Mauve Taupe #816069

Tints of Mauve Taupe #816069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 39.09%
G = 29.09%
B = 31.82%

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

#816069 (or 0x816069) is known color: Mauve Taupe. HEX triplet: 81, 60 and 69. RGB value is (129,96,105). Sum of RGB (Red+Green+Blue) = 129+96+105=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #816069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816069 is #7E9F96. Grayscale: #6A6A6A. Windows color (decimal): -8298391 or 6905985. OLE color: 6905985.

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

Color convert

RGB 129 96 105 -
CMYK 0 0.26 0.19 0.49
HSL 343.64º 0.15% 0.44% -
HSV(B) 343.64º 0.26% 0.51% -
XYZ 15.79 14.05 15.25 -
YUV 106.89 126.93 143.77 -
System Red Green Blue C M Y K H S L
Decimal 129 96 105 0 0.26 0.19 0.49 343.64 0.15 0.44
Hex 81 60 69 0 1A 13 31 158 F 2C
Octal 201 140 151 0 32 23 61 530 17 54
Binary 10000001 1100000 1101001 0 11010 10011 110001 101011000 1111 101100

Color Harmonies of #816069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816069

Black with #816069

Text Example


Text Example

White with #816069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816069; }

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

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

background-color css

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

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

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

border-color css

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

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

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