Html Css Color HEX #81606B Mauve Taupe

📋 copy color: '#81606B'

red 129 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #81606B

Tints of Mauve Taupe #81606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 38.86%
G = 28.92%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81606B (or 0x81606B) is known color: Mauve Taupe. HEX triplet: 81, 60 and 6B. RGB value is (129,96,107). Sum of RGB (Red+Green+Blue) = 129+96+107=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #81606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81606B is #7E9F94. Grayscale: #6B6B6B. Windows color (decimal): -8298389 or 7037057. OLE color: 7037057.

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

Color convert

RGB 129 96 107 -
CMYK 0 0.26 0.17 0.49
HSL 340º 0.15% 0.44% -
HSV(B) 340º 0.26% 0.51% -
XYZ 15.89 14.09 15.79 -
YUV 107.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 129 96 107 0 0.26 0.17 0.49 340 0.15 0.44
Hex 81 60 6B 0 1A 11 31 154 F 2C
Octal 201 140 153 0 32 21 61 524 17 54
Binary 10000001 1100000 1101011 0 11010 10001 110001 101010100 1111 101100

Color Harmonies of #81606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81606B

Black with #81606B

Text Example


Text Example

White with #81606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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