Html Css Color HEX #88646B Mauve Taupe

📋 copy color: '#88646B'

red 136 ◦ green 100 ◦ blue 107

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

Shades of Mauve Taupe #88646B

Tints of Mauve Taupe #88646B

RGB

 RED value IS 136 (53.52% from 255) = 39.65%

 GREEN value IS 100 (39.45% from 255) = 29.15%

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

R = 39.65%
G = 29.15%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88646B (or 0x88646B) is known color: Mauve Taupe. HEX triplet: 88, 64 and 6B. RGB value is (136,100,107). Sum of RGB (Red+Green+Blue) = 136+100+107=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88646B is #779B94. Grayscale: #6F6F6F. Windows color (decimal): -7838613 or 7038088. OLE color: 7038088.

HSL color Cylindrical-coordinate representation of color #88646B: hue angle of 348.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #88646B is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 100 107 -
CMYK 0 0.26 0.21 0.47
HSL 348.33º 0.15% 0.46% -
HSV(B) 348.33º 0.26% 0.53% -
XYZ 17.36 15.41 15.97 -
YUV 111.56 125.43 145.43 -
System Red Green Blue C M Y K H S L
Decimal 136 100 107 0 0.26 0.21 0.47 348.33 0.15 0.46
Hex 88 64 6B 0 1A 15 2F 15C F 2E
Octal 210 144 153 0 32 25 57 534 17 56
Binary 10001000 1100100 1101011 0 11010 10101 101111 101011100 1111 101110

Color Harmonies of #88646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88646B

Black with #88646B

Text Example


Text Example

White with #88646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,100,107); }

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

background-color css

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

 a { background-color: rgb(136,100,107); }

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

border-color css

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

 span { border-color: rgb(136,100,107); }

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