Html Css Color HEX #81606C Mauve Taupe

📋 copy color: '#81606C'

red 129 ◦ green 96 ◦ blue 108

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

Shades of Mauve Taupe #81606C

Tints of Mauve Taupe #81606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 38.74%
G = 28.83%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81606C (or 0x81606C) is known color: Mauve Taupe. HEX triplet: 81, 60 and 6C. RGB value is (129,96,108). Sum of RGB (Red+Green+Blue) = 129+96+108=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #81606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81606C is #7E9F93. Grayscale: #6B6B6B. Windows color (decimal): -8298388 or 7102593. OLE color: 7102593.

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

Color convert

RGB 129 96 108 -
CMYK 0 0.26 0.16 0.49
HSL 338.18º 0.15% 0.44% -
HSV(B) 338.18º 0.26% 0.51% -
XYZ 15.94 14.12 16.07 -
YUV 107.24 128.43 143.52 -
System Red Green Blue C M Y K H S L
Decimal 129 96 108 0 0.26 0.16 0.49 338.18 0.15 0.44
Hex 81 60 6C 0 1A 10 31 152 F 2C
Octal 201 140 154 0 32 20 61 522 17 54
Binary 10000001 1100000 1101100 0 11010 10000 110001 101010010 1111 101100

Color Harmonies of #81606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81606C

Black with #81606C

Text Example


Text Example

White with #81606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81606C; }

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

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

background-color css

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

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

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

border-color css

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

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

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