Html Css Color HEX #815F6B Mauve Taupe

📋 copy color: '#815F6B'

red 129 ◦ green 95 ◦ blue 107

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

Shades of Mauve Taupe #815F6B

Tints of Mauve Taupe #815F6B

RGB

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

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

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

R = 38.97%
G = 28.7%
B = 32.33%

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

#815F6B (or 0x815F6B) is known color: Mauve Taupe. HEX triplet: 81, 5F and 6B. RGB value is (129,95,107). Sum of RGB (Red+Green+Blue) = 129+95+107=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #815F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F6B is #7EA094. Grayscale: #6A6A6A. Windows color (decimal): -8298645 or 7036801. OLE color: 7036801.

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

Color convert

RGB 129 95 107 -
CMYK 0 0.26 0.17 0.49
HSL 338.82º 0.15% 0.44% -
HSV(B) 338.82º 0.26% 0.51% -
XYZ 15.8 13.91 15.76 -
YUV 106.53 128.26 144.02 -
System Red Green Blue C M Y K H S L
Decimal 129 95 107 0 0.26 0.17 0.49 338.82 0.15 0.44
Hex 81 5F 6B 0 1A 11 31 153 F 2C
Octal 201 137 153 0 32 21 61 523 17 54
Binary 10000001 1011111 1101011 0 11010 10001 110001 101010011 1111 101100

Color Harmonies of #815F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815F6B

Black with #815F6B

Text Example


Text Example

White with #815F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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