Html Css Color HEX #815D65 Mauve Taupe

📋 copy color: '#815D65'

red 129 ◦ green 93 ◦ blue 101

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

Shades of Mauve Taupe #815D65

Tints of Mauve Taupe #815D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.79%

 BLUE value IS 101 (39.84% from 255) = 31.27%

R = 39.94%
G = 28.79%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#815D65 (or 0x815D65) is known color: Mauve Taupe. HEX triplet: 81, 5D and 65. RGB value is (129,93,101). Sum of RGB (Red+Green+Blue) = 129+93+101=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 93 (36.72% from 255 or 28.79% from 323); Blue value is 101 (39.84% from 255 or 31.27% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #815D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815D65 is #7EA29A. Grayscale: #686868. Windows color (decimal): -8299163 or 6643073. OLE color: 6643073.

HSL color Cylindrical-coordinate representation of color #815D65: hue angle of 346.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #815D65 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 93 101 -
CMYK 0 0.28 0.22 0.49
HSL 346.67º 0.16% 0.44% -
HSV(B) 346.67º 0.28% 0.51% -
XYZ 15.32 13.44 14.1 -
YUV 104.68 125.93 145.35 -
System Red Green Blue C M Y K H S L
Decimal 129 93 101 0 0.28 0.22 0.49 346.67 0.16 0.44
Hex 81 5D 65 0 1C 16 31 15B 10 2C
Octal 201 135 145 0 34 26 61 533 20 54
Binary 10000001 1011101 1100101 0 11100 10110 110001 101011011 10000 101100

Color Harmonies of #815D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815D65

Black with #815D65

Text Example


Text Example

White with #815D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815D65; }

 p { color: rgb(129,93,101); }

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

background-color css

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

 a { background-color: rgb(129,93,101); }

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

border-color css

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

 span { border-color: rgb(129,93,101); }

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