Html Css Color HEX #88606B Mauve Taupe

📋 copy color: '#88606B'

red 136 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #88606B

Tints of Mauve Taupe #88606B

RGB

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

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

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

R = 40.12%
G = 28.32%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88606B (or 0x88606B) is known color: Mauve Taupe. HEX triplet: 88, 60 and 6B. RGB value is (136,96,107). Sum of RGB (Red+Green+Blue) = 136+96+107=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #88606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88606B is #779F94. Grayscale: #6D6D6D. Windows color (decimal): -7839637 or 7037064. OLE color: 7037064.

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

Color convert

RGB 136 96 107 -
CMYK 0 0.29 0.21 0.47
HSL 343.5º 0.17% 0.45% -
HSV(B) 343.5º 0.29% 0.53% -
XYZ 16.99 14.66 15.84 -
YUV 109.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 136 96 107 0 0.29 0.21 0.47 343.5 0.17 0.45
Hex 88 60 6B 0 1D 15 2F 158 11 2D
Octal 210 140 153 0 35 25 57 530 21 55
Binary 10001000 1100000 1101011 0 11101 10101 101111 101011000 10001 101101

Color Harmonies of #88606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88606B

Black with #88606B

Text Example


Text Example

White with #88606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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