Html Css Color HEX #815F68 Mauve Taupe

📋 copy color: '#815F68'

red 129 ◦ green 95 ◦ blue 104

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

Shades of Mauve Taupe #815F68

Tints of Mauve Taupe #815F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.96%

 BLUE value IS 104 (41.02% from 255) = 31.71%

R = 39.33%
G = 28.96%
B = 31.71%

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

#815F68 (or 0x815F68) is known color: Mauve Taupe. HEX triplet: 81, 5F and 68. RGB value is (129,95,104). Sum of RGB (Red+Green+Blue) = 129+95+104=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 129 - color contains mainly: red. Hex color #815F68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F68 is #7EA097. Grayscale: #6A6A6A. Windows color (decimal): -8298648 or 6840193. OLE color: 6840193.

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

Color convert

RGB 129 95 104 -
CMYK 0 0.26 0.19 0.49
HSL 344.12º 0.15% 0.44% -
HSV(B) 344.12º 0.26% 0.51% -
XYZ 15.64 13.85 14.95 -
YUV 106.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 129 95 104 0 0.26 0.19 0.49 344.12 0.15 0.44
Hex 81 5F 68 0 1A 13 31 158 F 2C
Octal 201 137 150 0 32 23 61 530 17 54
Binary 10000001 1011111 1101000 0 11010 10011 110001 101011000 1111 101100

Color Harmonies of #815F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815F68

Black with #815F68

Text Example


Text Example

White with #815F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,95,104); }

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

background-color css

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

 a { background-color: rgb(129,95,104); }

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

border-color css

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

 span { border-color: rgb(129,95,104); }

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